initialValue property

String? initialValue
final

Initial email value pre-filled in the text field.

This nullable String sets the starting content of the TextEditingController, useful for editing existing emails or providing defaults.

Implementation

final String? initialValue;