美文网首页
flutter hintText垂直居中

flutter hintText垂直居中

作者: 阿克兰 | 来源:发表于2019-11-11 13:58 被阅读0次

flutter hintText无法垂直居中

MaterialApp(
  locale: const Locale("en", "US"),//设置这个可以使输入框文字垂直居中
      supportedLocales: [
        //支持的语言
         const Locale('zh', 'CH'), // Chinese
         const Locale('en', 'US'),
       ],
      localizationsDelegates: []
)

相关文章

网友评论

      本文标题:flutter hintText垂直居中

      本文链接:https://www.haomeiwen.com/subject/tvrtictx.html