withShadow method
- PieElevationStyle value
Replaces PieChartStyle.shadow with value.
Implementation
PieChartStyle withShadow(PieElevationStyle value) => copyWith(shadow: value);
Replaces PieChartStyle.shadow with value.
PieChartStyle withShadow(PieElevationStyle value) => copyWith(shadow: value);