withColorValue method
- double value
Replaces RangeAreaDataPoint.colorValue with value.
Implementation
RangeAreaDataPoint withColorValue(double value) =>
copyWith(colorValue: value);
Replaces RangeAreaDataPoint.colorValue with value.
RangeAreaDataPoint withColorValue(double value) =>
copyWith(colorValue: value);