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