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