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