clearStartColor method
Clears PolarColumnGradientStyle.startColor to null.
Implementation
PolarColumnGradientStyle clearStartColor() => copyWith(clearStartColor: true);
Clears PolarColumnGradientStyle.startColor to null.
PolarColumnGradientStyle clearStartColor() => copyWith(clearStartColor: true);