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