CalcChanged typedef

CalcChanged = void Function(String? key, double? value, String? expression)

Signature for callbacks that report that the DynamicCalculator value has changed.

Implementation

typedef CalcChanged = void Function(
    String? key, double? value, String? expression);