isValid property
bool
get
isValid
Implementation
bool get isValid => _validationError == null && widget.errorText == null;
bool get isValid => _validationError == null && widget.errorText == null;