ChangeCallback typedef

ChangeCallback = void Function(double newValue, double oldValue)

Callback function type to handle value changes during the swipe.

Implementation

typedef ChangeCallback = void Function(double newValue, double oldValue);