withCategoryLabels method

RadialBarChartConfig withCategoryLabels(
  1. RadialBarCategoryLabelConfig value
)

Replaces RadialBarChartConfig.categoryLabels with value.

Implementation

RadialBarChartConfig withCategoryLabels(RadialBarCategoryLabelConfig value) =>
    copyWith(categoryLabels: value);