withShowIntersectionMarkers method
- bool value
Replaces CrosshairConfig.showIntersectionMarkers with value.
Implementation
CrosshairConfig withShowIntersectionMarkers(bool value) =>
copyWith(showIntersectionMarkers: value);
Replaces CrosshairConfig.showIntersectionMarkers with value.
CrosshairConfig withShowIntersectionMarkers(bool value) =>
copyWith(showIntersectionMarkers: value);