clearColorValue method

ChartDataPoint clearColorValue()

Clears ChartDataPoint.colorValue to null.

Implementation

ChartDataPoint clearColorValue() => copyWith(clearColorValue: true);