hasError property
bool
get
hasError
Implementation
bool get hasError => childrenHaveErrors || dataValidationError != null || stateError != null;
bool get hasError => childrenHaveErrors || dataValidationError != null || stateError != null;