flutter TextField設定高度後,文字無法居中

Lyell發表於2021-07-05
$ flutter --version
Flutter 2.2.2 • channel stable
Framework • revision d79295af24 (3 weeks ago) • 2021-06-11 08:56:01 -0700
Engine • revision 91c9fc8fe0
Tools • Dart 2.13.3
複製程式碼

直接程式碼

   decoration: InputDecoration(
                        border: OutlineInputBorder(borderSide: BorderSide.none),
                        contentPadding: EdgeInsets.all(0),
                      ),
複製程式碼

有問題的可以試試

相關文章