withShadow method

PieChartStyle withShadow(
  1. PieElevationStyle value
)

Replaces PieChartStyle.shadow with value.

Implementation

PieChartStyle withShadow(PieElevationStyle value) => copyWith(shadow: value);