ValueChangedCallback typedef

ValueChangedCallback = void Function(num value)

Implementation

typedef void ValueChangedCallback(num value);