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