withRadialBarStyle method
- RadialBarStyle value
Replaces RadialBarChartSeries.radialBarStyle with value.
Implementation
RadialBarChartSeries withRadialBarStyle(RadialBarStyle value) =>
copyWith(radialBarStyle: value);
Replaces RadialBarChartSeries.radialBarStyle with value.
RadialBarChartSeries withRadialBarStyle(RadialBarStyle value) =>
copyWith(radialBarStyle: value);