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