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