menu
tbloc package
documentation
core/base/bloc_builder.dart
BlocBuilderWidget<S extends BlocState>
bloc property
bloc property
dark_mode
light_mode
bloc
property
Bloc
<
S
>
bloc
final
The
Bloc
that the widget will listen to.
Implementation
final Bloc<S> bloc;
tbloc package
documentation
core/base/bloc_builder
BlocBuilderWidget<S extends BlocState>
bloc property
BlocBuilderWidget class