clearColor method
Clears RangeAreaChartSeries.color to null.
Implementation
RangeAreaChartSeries clearColor() => copyWith(clearColor: true);
Clears RangeAreaChartSeries.color to null.
RangeAreaChartSeries clearColor() => copyWith(clearColor: true);