clearColor method

GaugeChartSeries clearColor()

Clears GaugeChartSeries.color to null.

Implementation

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