clearColor method

RangeAreaChartSeries clearColor()

Clears RangeAreaChartSeries.color to null.

Implementation

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