touched property

bool touched

Gets if the control is touched or not.

A control is touched when the user taps on the ReactiveFormField widget and then remove focus or completes the text edition. Validation messages will begin to show up when the FormControl is touched.

Implementation

bool get touched => _touched;