withColorValue method

HeatmapDataPoint withColorValue(
  1. double value
)

Replaces HeatmapDataPoint.colorValue with value.

Implementation

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