valueHasError property
bool
get
valueHasError
Returns true
if the field has an error.
Implementation
bool get valueHasError => super.hasError;
Returns true
if the field has an error.
bool get valueHasError => super.hasError;