ValueCallBack typedef

ValueCallBack = void Function(num newValue)

This is the expected function definition for the callbacks via onSubmitted. The callback will be passed the new value.

Implementation

typedef void ValueCallBack(num newValue);