menu
ig_flutter_commons package
documentation
widgets/button_progress/cubit/button_progress_cubit.dart
ButtonProgressCubit
notLoading method
notLoading method
dark_mode
light_mode
notLoading
method
void
notLoading
(
)
Implementation
void notLoading() { emit(ButtonProgressState(isLoading: false)); }
ig_flutter_commons package
documentation
widgets/button_progress/cubit/button_progress_cubit
ButtonProgressCubit
notLoading method
ButtonProgressCubit class