withValue method

HeatmapDataPoint withValue(
  1. double value
)

Replaces HeatmapDataPoint.value with value.

Implementation

HeatmapDataPoint withValue(double value) => copyWith(value: value);