menu
fastyle_calculator package
documentation
logic/blocs/states/calculator.state.dart
FastCalculatorBlocState<F extends FastCalculatorFields, R extends FastCalculatorResults>
isBusy property
isBusy property
dark_mode
light_mode
isBusy
property
bool
isBusy
final
inherited
Whether the bloc is busy.
Implementation
final bool isBusy;
fastyle_calculator package
documentation
logic/blocs/states/calculator.state
FastCalculatorBlocState<F extends FastCalculatorFields, R extends FastCalculatorResults>
isBusy property
FastCalculatorBlocState class