DiffIncDecCallBack typedef

DiffIncDecCallBack = void Function(num newValue)

A definition for the callback function. This is the expected function definition for the callbacks after increment and decrement. The callback will be passed the new value. The same can be read as a string from NumberInputWithIncrementDecrement.controller.

Implementation

typedef void DiffIncDecCallBack(num newValue);