clearEndColor method

PolarColumnGradientStyle clearEndColor()

Clears PolarColumnGradientStyle.endColor to null.

Implementation

PolarColumnGradientStyle clearEndColor() => copyWith(clearEndColor: true);