clearEndColor method

RadarGradientStyle clearEndColor()

Clears RadarGradientStyle.endColor to null.

Implementation

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