标签: flutter flutter-layout
如何将TextFormField的标签文本放在边框上方而不是边框上方。我该如何存档?
我已经尝试过使用floatLabelBehavior,但这会将标签放在边框上。
TextFormField( decoration: InputDecoration(floatingLabelBehavior:FloatingLabelBehavior.always), ),