withCoordinateLabelStyle method
- TextStyle value
Replaces CrosshairConfig.coordinateLabelStyle with value.
Implementation
CrosshairConfig withCoordinateLabelStyle(TextStyle value) =>
copyWith(coordinateLabelStyle: value);
Replaces CrosshairConfig.coordinateLabelStyle with value.
CrosshairConfig withCoordinateLabelStyle(TextStyle value) =>
copyWith(coordinateLabelStyle: value);