解决办法两种一种是单个修改child: TextField( style: TextStyle(textBaseline: TextBaseline.alphabetic),)还有一种是全局修改ThemeData( textTheme: ...
確定! 回上一頁