accepted abstract method

  1. @protected
void accepted(
  1. GestureMultiDragStartCallback starter
)

Called when the gesture was accepted.

Either immediately or at some future point before the gesture is disposed, call starter(), passing it initialPosition, to start the drag.

Implementation

@protected
void accepted(GestureMultiDragStartCallback starter);