isUntouched property

bool get isUntouched

Whether the field is untouched.

Implementation

bool get isUntouched => !value.isTouched;