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