ThumbDragUpdateCallback typedef

ThumbDragUpdateCallback = void Function(ThumbDragDetails details)

The callback signature for when the thumb is moving on horizontally and has new data.

Implementation

typedef ThumbDragUpdateCallback = void Function(ThumbDragDetails details);