withCellLabelColor method
- Color value
Replaces HeatmapChartSeries.cellLabelColor with value.
Implementation
HeatmapChartSeries withCellLabelColor(Color value) =>
copyWith(cellLabelColor: value);
Replaces HeatmapChartSeries.cellLabelColor with value.
HeatmapChartSeries withCellLabelColor(Color value) =>
copyWith(cellLabelColor: value);