clearEndColor method

PieGradientStyle clearEndColor()

Clears PieGradientStyle.endColor to null.

Implementation

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