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 焦点
焦点节点关闭的图像
焦点节点所在的图像
我想在颤抖中解决这个问题
试试下面的代码希望它对你有帮助。
在此处参考文本字段
在此处参考 InputDecoration
Container( padding: const EdgeInsets.all(8.0), child: TextField( decoration: InputDecoration( border: OutlineInputBorder(), // hintText: 'Enter Name here', labelText: 'First Name', ), ), ),
您的结果屏幕->