clearColor method

AreaChartSeries clearColor()

Clears AreaChartSeries.color to null.

Implementation

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