initialValue property Null safety
final
An optional value to initialize the form field to, or null otherwise.
Implementation
final T? initialValue;
An optional value to initialize the form field to, or null otherwise.
final T? initialValue;