menu
fastyle_core package
documentation
logic/blocs/app_settings.bloc.dart
FastAppSettingsBloc
isClosed property
isClosed property
dark_mode
light_mode
isClosed
property
bool
get
isClosed
inherited
Whether the BloC is closed for dispatching more events.
Implementation
bool get isClosed => closed;
fastyle_core package
documentation
logic/blocs/app_settings.bloc
FastAppSettingsBloc
isClosed property
FastAppSettingsBloc class