initialValue property

String? initialValue
final

The initial value of the text field.

If null, the text field will be empty.

Implementation

final String? initialValue;