menu
cdx_components package
documentation
widgets/status_widget.dart
StateNotifier<T>
onError method
onError method
dark_mode
light_mode
onError
method
void
onError
(
String
error
)
Implementation
void onError(String error) { _state = StatusError(error); notifyListeners(); }
cdx_components package
documentation
widgets/status_widget
StateNotifier<T>
onError method
StateNotifier class