initialValue property
An optional string that is used to set the initial value of the input.
If the initial value is not provided, the input will be empty.
Implementation
final String? initialValue;
An optional string that is used to set the initial value of the input.
If the initial value is not provided, the input will be empty.
final String? initialValue;