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