ThumbDragStartCallback typedef

ThumbDragStartCallback = void Function(ThumbDragDetails details)

The callback signature for when the thumb begins a horizontal drag.

Implementation

typedef ThumbDragStartCallback = void Function(ThumbDragDetails details);