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