menu
fastyle_calculator package
documentation
logic/blocs/calculator.bloc.dart
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
stateController property
stateController property
dark_mode
light_mode
stateController
property
@
protected
BehaviorSubject
<
S
>
stateController
final
inherited
The state controller.
Implementation
@protected final BehaviorSubject<S> stateController = BehaviorSubject<S>();
fastyle_calculator package
documentation
logic/blocs/calculator.bloc
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
stateController property
FastCalculatorBloc class