menu
fastyle_calculator package
documentation
logic/blocs/calculator.bloc.dart
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
initialState property
initialState property
dark_mode
light_mode
initialState
property
@
protected
S?
initialState
final
inherited
The initial state of the BloC.
Implementation
@protected final S? initialState;
fastyle_calculator package
documentation
logic/blocs/calculator.bloc
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
initialState property
FastCalculatorBloc class