isTouched property

bool isTouched

Will be true if the field is touched

The field is focused by user or by logic code

Implementation

bool get isTouched => _touched;