end method

void end(
  1. DragEndDetails details
)

The pointer is no longer in contact with the screen.

The velocity at which the pointer was moving when it stopped contacting the screen is available in the details.

Implementation

void end(DragEndDetails details) { }