menu
Flutter
widgets
FormField
<
T
>
initialValue property
initialValue
brightness_4
brightness_5
description
initialValue
property
T?
initialValue
final
An optional value to initialize the form field to, or null otherwise.
Implementation
final T? initialValue;
Flutter
widgets
FormField
<
T
>
initialValue property
FormField class