menu
bloc_simple package
documentation
testing_widget/my_bloc.dart
CounterCubit
CounterCubit.new constructor
CounterCubit.new constructor
dark_mode
light_mode
CounterCubit
constructor
CounterCubit
(
)
Implementation
CounterCubit() : super() { // Initialize with 0 setSuccess(0); }
bloc_simple package
documentation
testing_widget/my_bloc
CounterCubit
CounterCubit.new constructor
CounterCubit class