menu
termui package
documentation
ui/widgets/form.dart
FormField<T>
touched property
touched property
dark_mode
light_mode
touched
property
bool
touched
getter/setter pair
Whether this field has been focused at least once.
Implementation
bool touched = false;
termui package
documentation
ui/widgets/form
FormField<T>
touched property
FormField class