GestureMultiDragStartCallback typedef

Drag GestureMultiDragStartCallback (Offset position)

Signature for when MultiDragGestureRecognizer recognizes the start of a drag gesture.

Implementation

typedef GestureMultiDragStartCallback = Drag Function(Offset position);