clearStartColor method
Clears RadialBarGradientStyle.startColor to null.
Implementation
RadialBarGradientStyle clearStartColor() => copyWith(clearStartColor: true);
Clears RadialBarGradientStyle.startColor to null.
RadialBarGradientStyle clearStartColor() => copyWith(clearStartColor: true);