initialValue property

String? initialValue
final

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;