withCrosshair method

InteractionConfig withCrosshair(
  1. CrosshairConfig value
)

Replaces InteractionConfig.crosshair with value.

Implementation

InteractionConfig withCrosshair(CrosshairConfig value) =>
    copyWith(crosshair: value);