withColorValue method

CandlestickDataPoint withColorValue(
  1. double value
)

Replaces CandlestickDataPoint.colorValue with value.

Implementation

CandlestickDataPoint withColorValue(double value) =>
    copyWith(colorValue: value);