OnDragStartCallback typedef

OnDragStartCallback = void Function(double dx)

Signature of callback that have horizontal tap position

Implementation

typedef OnDragStartCallback = void Function(double dx);