clearColorValue method
Clears ChartDataPoint.colorValue to null.
Implementation
ChartDataPoint clearColorValue() => copyWith(clearColorValue: true);
Clears ChartDataPoint.colorValue to null.
ChartDataPoint clearColorValue() => copyWith(clearColorValue: true);