withCoordinateLabelStyle method

CrosshairConfig withCoordinateLabelStyle(
  1. TextStyle value
)

Replaces CrosshairConfig.coordinateLabelStyle with value.

Implementation

CrosshairConfig withCoordinateLabelStyle(TextStyle value) =>
    copyWith(coordinateLabelStyle: value);