handlePanEnd abstract method

void handlePanEnd(
  1. DragEndDetails details
)

Is called when the end of a pan gesture is detected.

See also:

Implementation

void handlePanEnd(DragEndDetails details);