withCategoryValue method
- String value
Replaces HeatmapDataPoint.categoryValue with value.
Implementation
HeatmapDataPoint withCategoryValue(String value) =>
copyWith(categoryValue: value);
Replaces HeatmapDataPoint.categoryValue with value.
HeatmapDataPoint withCategoryValue(String value) =>
copyWith(categoryValue: value);