clearStartColor method

PieGradientStyle clearStartColor()

Clears PieGradientStyle.startColor to null.

Implementation

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