withSelectionStyle method
- RadialSelectionStyle value
Replaces RadialBarChartSeries.selectionStyle with value.
Implementation
RadialBarChartSeries withSelectionStyle(RadialSelectionStyle value) =>
copyWith(selectionStyle: value);
Replaces RadialBarChartSeries.selectionStyle with value.
RadialBarChartSeries withSelectionStyle(RadialSelectionStyle value) =>
copyWith(selectionStyle: value);