initialValue property

String? initialValue
final

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;