menu
bloc_small package
documentation
core/main_bloc.dart
BaseBlocDelegate<E extends MainBlocEvent, S extends MainBlocState>
state property
state property
dark_mode
light_mode
state
property
@
override
S
get
state
inherited
The current
state
.
Implementation
@override State get state => _state;
bloc_small package
documentation
core/main_bloc
BaseBlocDelegate<E extends MainBlocEvent, S extends MainBlocState>
state property
BaseBlocDelegate class