OnChange typedef

OnChange = void Function(double value)

Implementation

typedef void OnChange(double value);