withEndColor method
- Color value
Replaces PieGradientStyle.endColor with value.
Implementation
PieGradientStyle withEndColor(Color value) => copyWith(endColor: value);
Replaces PieGradientStyle.endColor with value.
PieGradientStyle withEndColor(Color value) => copyWith(endColor: value);