onPan method

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

Performs panning action.

Implementation

@override
void onPan(double xPos, double yPos) {
  _doPan(xPos, yPos);
}