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