accepted abstract method
- 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);