【问题标题】:How to manage TextFormField paddings and margins in flutter?如何在颤动中管理 TextFormField 填充和边距?
【发布时间】:2020-12-15 07:41:33
【问题描述】:

各位用户,

我想在一个容器中使用多个 TextFormField,但默认表单似乎占用了太多空间。如何管理 TextFormFields 之间的空间?

【问题讨论】:

    标签: flutter flutter-layout textformfield


    【解决方案1】:

    你可以让isDense: true它会缩小TextFormField

    TextFormField(
                decoration: InputDecoration(
                  isDense: true
                ),
              )
    

    【讨论】:

      猜你喜欢
      • 2014-04-17
      • 1970-01-01
      • 2022-01-17
      • 2011-11-18
      • 2014-04-20
      • 1970-01-01
      • 1970-01-01
      • 2011-03-14
      • 2010-10-19
      相关资源
      最近更新 更多