clearEndColor method

RadialBarGradientStyle clearEndColor()

Clears RadialBarGradientStyle.endColor to null.

Implementation

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