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