menu
fastyle_core package
documentation
logic/blocs/app_settings.bloc.dart
FastAppSettingsBloc
stateController property
stateController property
dark_mode
light_mode
stateController
property
@
protected
BehaviorSubject
<
FastAppSettingsBlocState
>
stateController
final
inherited
The state controller.
Implementation
@protected final BehaviorSubject<S> stateController = BehaviorSubject<S>();
fastyle_core package
documentation
logic/blocs/app_settings.bloc
FastAppSettingsBloc
stateController property
FastAppSettingsBloc class