initialValue property
Initial text value pre-filled in the text field. Type: String? (optional). Usage: Pre-populates the input for editing scenarios, e.g., current username.
Implementation
final String? initialValue;
Initial text value pre-filled in the text field. Type: String? (optional). Usage: Pre-populates the input for editing scenarios, e.g., current username.
final String? initialValue;