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