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