onTouchMove method

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

Enables the crosshair on touch move.

Implementation

@override
void onTouchMove(double xPos, double yPos) {
  show(xPos, yPos);
}