clearEndColor method
Clears PieGradientStyle.endColor to null.
Implementation
PieGradientStyle clearEndColor() => copyWith(clearEndColor: true);
Clears PieGradientStyle.endColor to null.
PieGradientStyle clearEndColor() => copyWith(clearEndColor: true);