withColorValue method

RangeAreaDataPoint withColorValue(
  1. double value
)

Replaces RangeAreaDataPoint.colorValue with value.

Implementation

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