FastCalculatorAction<B extends FastCalculatorBloc<FastCalculatorBlocEvent<FastCalculatorResults> , FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults> , FastCalculatorResults> , R extends FastCalculatorResults> constructor
const
FastCalculatorAction<B extends FastCalculatorBloc<FastCalculatorBlocEvent<FastCalculatorResults> , FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults> , FastCalculatorResults> , R extends FastCalculatorResults> ({})
Implementation
const FastCalculatorAction({
super.key,
required this.calculatorBloc,
this.disabledColor,
this.semanticLabel,
this.iconColor,
this.tooltip,
this.onTap,
this.icon,
});