withShowCoordinateLabels method

CrosshairConfig withShowCoordinateLabels(
  1. bool value
)

Replaces CrosshairConfig.showCoordinateLabels with value.

Implementation

CrosshairConfig withShowCoordinateLabels(bool value) =>
    copyWith(showCoordinateLabels: value);