menu
fastyle_calculator package
documentation
ui/layouts/calculator_page.layout.dart
FastCalculatorPageLayout<B extends FastCalculatorBloc<FastCalculatorBlocEvent<FastCalculatorResults>, FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, FastCalculatorResults>, R extends FastCalculatorResults>
showInfoIcon property
showInfoIcon property
dark_mode
light_mode
showInfoIcon
property
bool
showInfoIcon
final
A boolean that determines whether the info icon should be displayed or not.
Implementation
final bool showInfoIcon;
fastyle_calculator package
documentation
ui/layouts/calculator_page.layout
FastCalculatorPageLayout<B extends FastCalculatorBloc<FastCalculatorBlocEvent<FastCalculatorResults>, FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, FastCalculatorResults>, R extends FastCalculatorResults>
showInfoIcon property
FastCalculatorPageLayout class