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