withSelectionStyle method

RadialBarChartSeries withSelectionStyle(
  1. RadialSelectionStyle value
)

Replaces RadialBarChartSeries.selectionStyle with value.

Implementation

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