onTouchMove method

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

Enables the crosshair on touch move.

Implementation

@override
void onTouchMove(double xPos, double yPos) =>
    _crosshairRenderingDetails._crosshairBehavior.show(xPos, yPos, 'pixel');