withColorValue method

ChartDataPoint withColorValue(
  1. double value
)

Replaces ChartDataPoint.colorValue with value.

Implementation

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