解决方法:
Text样式style中加入属性decoration: TextDecoration.none如下:

Text('加载中',style:TextStyle(fontSize:17,color:Color(0xff3c3c3c),decoration:TextDecoration.none),)