withShowScaleLabels method
- bool value
Replaces RadialBarChartConfig.showScaleLabels with value.
Implementation
RadialBarChartConfig withShowScaleLabels(bool value) =>
copyWith(showScaleLabels: value);
Replaces RadialBarChartConfig.showScaleLabels with value.
RadialBarChartConfig withShowScaleLabels(bool value) =>
copyWith(showScaleLabels: value);