$ 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),
),
複製程式碼
有問題的可以試試