Enables the crosshair on touch move.
@override void onTouchMove(double xPos, double yPos) => _crosshairRenderingDetails._crosshairBehavior.show(xPos, yPos, 'pixel');