关于 flutter的TextField的单行文本在Andriod和iOS平台上光标不居中

在android上处理下

placeholderStyle: TextStyle(

  height: Platform.isAndroid ? 1.2 : null

)

原文地址:https://www.cnblogs.com/nightfallsad/p/13629691.html