withRadialBarStyle method

RadialBarChartSeries withRadialBarStyle(
  1. RadialBarStyle value
)

Replaces RadialBarChartSeries.radialBarStyle with value.

Implementation

RadialBarChartSeries withRadialBarStyle(RadialBarStyle value) =>
    copyWith(radialBarStyle: value);