isTouched property

bool isTouched
inherited

Will be true if the field is touched

The field is focused by user or by logic code

Implementation

bool get isTouched => _touched;