withSelectionStyle method

PieChartSeries withSelectionStyle(
  1. RadialSelectionStyle value
)

Replaces PieChartSeries.selectionStyle with value.

Implementation

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