onPan method

  1. @override
void onPan(
  1. double xPos,
  2. double yPos
)
override

Performs panning action.

Implementation

@override
void onPan(double xPos, double yPos) =>
    _zoomingBehaviorDetails.doPan(xPos, yPos);