clearColor method

BarChartSeries clearColor()

Clears BarChartSeries.color to null.

Implementation

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