stateMachineOnNumericInputValueChange property

void Function(String inputName, double oldValue, double newValue)? stateMachineOnNumericInputValueChange
getter/setter pair

Implementation

void Function(String inputName, double oldValue, double newValue)?
stateMachineOnNumericInputValueChange;