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