isValid property
bool
get
isValid
Whether the field currently passes validation.
Implementation
bool get isValid => _errorText == null;
Whether the field currently passes validation.
bool get isValid => _errorText == null;