touched property
bool
get
touched
Whether the user has interacted with the control.
Commonly used to decide when to show validation errors (e.g., only after touch).
Implementation
bool get touched => formControl.touched;