hasError property
ValueListenable<bool>
get
hasError
Public ValueListenable to observe the error state.
Implementation
ValueListenable<bool> get hasError => _hasError;
Public ValueListenable to observe the error state.
ValueListenable<bool> get hasError => _hasError;