clearStartColor method
Clears PieGradientStyle.startColor to null.
Implementation
PieGradientStyle clearStartColor() => copyWith(clearStartColor: true);
Clears PieGradientStyle.startColor to null.
PieGradientStyle clearStartColor() => copyWith(clearStartColor: true);