Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好用户,
我想在一个容器中使用多个 TextFormField,但似乎默认表单占用了太多空间。如何管理 TextFormFields 之间的空间?
你可以让它isDense: true缩小 TextFormField
isDense: true
TextFormField( decoration: InputDecoration( isDense: true ), )