withShowCellLabels method

HeatmapChartSeries withShowCellLabels(
  1. bool value
)

Replaces HeatmapChartSeries.showCellLabels with value.

Implementation

HeatmapChartSeries withShowCellLabels(bool value) =>
    copyWith(showCellLabels: value);