initialValue property
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;
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.
final String? initialValue;