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