withShowIntersectionMarkers method

CrosshairConfig withShowIntersectionMarkers(
  1. bool value
)

Replaces CrosshairConfig.showIntersectionMarkers with value.

Implementation

CrosshairConfig withShowIntersectionMarkers(bool value) =>
    copyWith(showIntersectionMarkers: value);