onMove method
The function to call with a new offset
.
Implementation
void onMove(final Offset offset) => onPan(Point(offset.dx, offset.dy));
The function to call with a new offset
.
void onMove(final Offset offset) => onPan(Point(offset.dx, offset.dy));