Flutter
widgets
FormFieldState
hasError
hasError
Flutter
widgets
FormFieldState
hasError
property
hasError
Flutter
widgets
FormFieldState
Constructors
FormFieldState
Properties
errorText
hasError
value
config
context
hashCode
mounted
runtimeType
Operators
operator ==
Methods
build
deactivate
initState
onChanged
reset
save
validate
debugFillDescription
dependenciesChanged
didUpdateConfig
dispose
noSuchMethod
reassemble
setState
toString
bool
hasError
True if this field has any validation errors.
Source
bool get hasError => _errorText != null;