withShowScaleLabels method

RadialBarChartConfig withShowScaleLabels(
  1. bool value
)

Replaces RadialBarChartConfig.showScaleLabels with value.

Implementation

RadialBarChartConfig withShowScaleLabels(bool value) =>
    copyWith(showScaleLabels: value);