withSelectionStyle method

DonutChartSeries withSelectionStyle(
  1. RadialSelectionStyle value
)

Replaces DonutChartSeries.selectionStyle with value.

Implementation

DonutChartSeries withSelectionStyle(RadialSelectionStyle value) =>
    copyWith(selectionStyle: value);