📜  文本字段设置值颤动 - Java 代码示例

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

代码示例1
/// You can use a [TextFormField] instead of [TextField]
/// and use the [initialValue] property. for example:

TextFormField(initialValue: "I am smart")