withCellLabelColor method

HeatmapChartSeries withCellLabelColor(
  1. Color value
)

Replaces HeatmapChartSeries.cellLabelColor with value.

Implementation

HeatmapChartSeries withCellLabelColor(Color value) =>
    copyWith(cellLabelColor: value);