clearColor method

RadarChartSeries clearColor()

Clears RadarChartSeries.color to null.

Implementation

RadarChartSeries clearColor() => copyWith(clearColor: true);