withCellLabelFontSize method

HeatmapChartSeries withCellLabelFontSize(
  1. double value
)

Replaces HeatmapChartSeries.cellLabelFontSize with value.

Implementation

HeatmapChartSeries withCellLabelFontSize(double value) =>
    copyWith(cellLabelFontSize: value);