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