withCategoryLabels method
Replaces RadialBarChartConfig.categoryLabels with value.
Implementation
RadialBarChartConfig withCategoryLabels(RadialBarCategoryLabelConfig value) =>
copyWith(categoryLabels: value);
Replaces RadialBarChartConfig.categoryLabels with value.
RadialBarChartConfig withCategoryLabels(RadialBarCategoryLabelConfig value) =>
copyWith(categoryLabels: value);