isValidated property

bool get isValidated

Indicates whether onFocus was called after the focus change and no more text editing was done since then.

Implementation

bool get isValidated => controller.text == _previousText;