Flutter
widgets
FormField
<
T
>
initialValue property
initialValue
FormField class
Constructors
FormField
Properties
autovalidate
builder
enabled
initialValue
onSaved
validator
hashCode
key
runtimeType
Methods
createState
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
initialValue property
T
initialValue
final
An optional value to initialize the form field to, or null otherwise.
Implementation
final T initialValue