Draws the crosshair.
@override void onPaint(Canvas canvas) { if (_crosshairPainter != null) { _crosshairPainter!._drawCrosshair(canvas); } }