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