withColor method
- Color value
Replaces PieElevationStyle.color with value.
Implementation
PieElevationStyle withColor(Color value) => copyWith(color: value);
Replaces PieElevationStyle.color with value.
PieElevationStyle withColor(Color value) => copyWith(color: value);