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