clearStartColor method

PolarColumnGradientStyle clearStartColor()

Clears PolarColumnGradientStyle.startColor to null.

Implementation

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