intCalc property Null safety
final
The calculation performed when the calculator is in integer mode.
Implementation
final void Function(Model m)? intCalc;
The calculation performed when the calculator is in integer mode.
final void Function(Model m)? intCalc;