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.
文本字段有两种设计Material Design: 1. 填充 2. 概述。但是由于某种原因,在颤振中只有一个设计选项,这就是 - 概述。如何为 TextFormField 添加填充样式。看起来像这样
Material Design
随着InputDecoration(filled: true)
InputDecoration(filled: true)
TextFormField( decoration: InputDecoration(filled: true), ),