onStart property

GestureMultiDragStartCallback? onStart
getter/setter pair

Called when this class recognizes the start of a drag gesture.

The remaining notifications for this drag gesture are delivered to the Drag object returned by this callback.

Implementation

GestureMultiDragStartCallback? onStart;