withShowLabels method
- bool value
Replaces PolarCategoryAxisConfig.showLabels with value.
Implementation
PolarCategoryAxisConfig withShowLabels(bool value) =>
copyWith(showLabels: value);
Replaces PolarCategoryAxisConfig.showLabels with value.
PolarCategoryAxisConfig withShowLabels(bool value) =>
copyWith(showLabels: value);