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