clearColor method

PieChartSeries clearColor()

Clears PieChartSeries.color to null.

Implementation

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