ImageSliderOnUpdateCallback typedef

ImageSliderOnUpdateCallback = void Function(double percentage)

Callback signature for when the slider position updates during drag

percentage is a value between 0.0 and 1.0 representing the slider position

Implementation

typedef ImageSliderOnUpdateCallback = void Function(double percentage);