withValue method
- double value
Replaces HeatmapDataPoint.value with value.
Implementation
HeatmapDataPoint withValue(double value) => copyWith(value: value);
Replaces HeatmapDataPoint.value with value.
HeatmapDataPoint withValue(double value) => copyWith(value: value);