withLabelStyle method
- PolarLabelStyle value
Replaces PolarNumericAxisConfig.labelStyle with value.
Implementation
PolarNumericAxisConfig withLabelStyle(PolarLabelStyle value) =>
copyWith(labelStyle: value);
Replaces PolarNumericAxisConfig.labelStyle with value.
PolarNumericAxisConfig withLabelStyle(PolarLabelStyle value) =>
copyWith(labelStyle: value);