clearCellLabelColor method
Clears HeatmapChartSeries.cellLabelColor to null.
Implementation
HeatmapChartSeries clearCellLabelColor() =>
copyWith(clearCellLabelColor: true);
Clears HeatmapChartSeries.cellLabelColor to null.
HeatmapChartSeries clearCellLabelColor() =>
copyWith(clearCellLabelColor: true);