clearStartColor method

RadialBarGradientStyle clearStartColor()

Clears RadialBarGradientStyle.startColor to null.

Implementation

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