menu
fastyle_calculator package
documentation
logic/blocs/calculator.bloc.dart
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
blocState property
blocState property
dark_mode
light_mode
blocState
property
@
protected
S
blocState
getter/setter pair
inherited
The current BloC's state.
Implementation
@protected late S blocState;
fastyle_calculator package
documentation
logic/blocs/calculator.bloc
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
blocState property
FastCalculatorBloc class