withShowCellLabels method
- bool value
Replaces HeatmapChartSeries.showCellLabels with value.
Implementation
HeatmapChartSeries withShowCellLabels(bool value) =>
copyWith(showCellLabels: value);
Replaces HeatmapChartSeries.showCellLabels with value.
HeatmapChartSeries withShowCellLabels(bool value) =>
copyWith(showCellLabels: value);