menu
dreamic package
documentation
app/app_cubit.dart
AppCubit
overlayProgressingUpdate method
overlayProgressingUpdate method
dark_mode
light_mode
overlayProgressingUpdate
method
void
overlayProgressingUpdate
(
double
progress
)
Implementation
void overlayProgressingUpdate(double progress) { emitSafe(state.copyWith(progress: progress)); }
dreamic package
documentation
app/app_cubit
AppCubit
overlayProgressingUpdate method
AppCubit class