📜  文本字段颤动示例 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:36.102000             🧑  作者: Mango

代码示例3
TextFormField(
  decoration: const InputDecoration(
    border: UnderlineInputBorder(),
    labelText: 'Enter your username'
  ),
);