clearStartColor method

RadarGradientStyle clearStartColor()

Clears RadarGradientStyle.startColor to null.

Implementation

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