menu
fastyle_calculator package
documentation
ui/layouts/calculator_page.layout.dart
FastCalculatorPageLayout<B extends FastCalculatorBloc<FastCalculatorBlocEvent<FastCalculatorResults>, FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, FastCalculatorResults>, R extends FastCalculatorResults>
resultsActions property
resultsActions property
dark_mode
light_mode
resultsActions
property
List
<
Widget
>
?
resultsActions
final
A list of actions that can be performed on the results section.
Implementation
final List<Widget>? resultsActions;
fastyle_calculator package
documentation
ui/layouts/calculator_page.layout
FastCalculatorPageLayout<B extends FastCalculatorBloc<FastCalculatorBlocEvent<FastCalculatorResults>, FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, FastCalculatorResults>, R extends FastCalculatorResults>
resultsActions property
FastCalculatorPageLayout class