clearEndColor method
Clears PolarColumnGradientStyle.endColor to null.
Implementation
PolarColumnGradientStyle clearEndColor() => copyWith(clearEndColor: true);
Clears PolarColumnGradientStyle.endColor to null.
PolarColumnGradientStyle clearEndColor() => copyWith(clearEndColor: true);