clearColorValue method

CandlestickDataPoint clearColorValue()

Clears CandlestickDataPoint.colorValue to null.

Implementation

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