hide method

void hide()

Hides the crosshair if it is displayed.

Implementation

void hide() {
  _position = null;
  _resetCrosshairHolders();
  (parentBox as RenderBehaviorArea?)?.invalidate();
}