clearEndColor method

GaugeGradientStyle clearEndColor()

Clears GaugeGradientStyle.endColor to null.

Implementation

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