$ 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),
),
复制代码
有问题的可以试试
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END