withSelectedElevation method

PieChartTheme withSelectedElevation(
  1. PieElevationStyle value
)

Replaces PieChartTheme.selectedElevation with value.

Implementation

PieChartTheme withSelectedElevation(PieElevationStyle value) =>
    copyWith(selectedElevation: value);