floatCalc property Null safety
final
The calculation performed when the calculator is in floating-point mode.
Implementation
final void Function(Model m)? floatCalc;
The calculation performed when the calculator is in floating-point mode.
final void Function(Model m)? floatCalc;