clearStartColor method

GaugeGradientStyle clearStartColor()

Clears GaugeGradientStyle.startColor to null.

Implementation

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