onMove method

void onMove(
  1. Offset offset
)

The function to call with a new offset.

Implementation

void onMove(final Offset offset) => onPan(Point(offset.dx, offset.dy));