menu
bloc_simple package
documentation
simple_bloc.dart
SimpleBloc<Event, T>
state property
state property
dark_mode
light_mode
state
property
@
override
SimpleState
<
T
>
get
state
inherited
The current
state
.
Implementation
@override State get state => _state;
bloc_simple package
documentation
simple_bloc
SimpleBloc<Event, T>
state property
SimpleBloc class