withShowCategoryLabels method

RadialBarChartConfig withShowCategoryLabels(
  1. bool value
)

Replaces RadialBarChartConfig.showCategoryLabels with value.

Implementation

RadialBarChartConfig withShowCategoryLabels(bool value) =>
    copyWith(showCategoryLabels: value);