menu
tbloc package
documentation
core/base/bloc_builder.dart
BlocBuilderWidget<S extends BlocState>
onlyWhenBusy property
onlyWhenBusy property
dark_mode
light_mode
onlyWhenBusy
property
bool
onlyWhenBusy
final
Indicates whether the widget should only be built when the
Bloc
is busy.
Implementation
final bool onlyWhenBusy;
tbloc package
documentation
core/base/bloc_builder
BlocBuilderWidget<S extends BlocState>
onlyWhenBusy property
BlocBuilderWidget class