initialValue property
The initial text value to pre-populate in the text field.
Type: String?
Usage: Provides a starting point for the input, such as a default command or previous value. Defaults to null for an empty field.
Implementation
final String? initialValue;