clearColor method

LineChartSeries clearColor()

Clears LineChartSeries.color to null.

Implementation

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