clearColorValue method

RangeAreaDataPoint clearColorValue()

Clears RangeAreaDataPoint.colorValue to null.

Implementation

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