onTouchUp method

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

Enables the crosshair on touch up.

Implementation

@override
void onTouchUp(double xPos, double yPos) =>
    _crosshairRenderingDetails._crosshairBehavior.hide();