withCellLabelFontSize method
- double value
Replaces HeatmapChartSeries.cellLabelFontSize with value.
Implementation
HeatmapChartSeries withCellLabelFontSize(double value) =>
copyWith(cellLabelFontSize: value);
Replaces HeatmapChartSeries.cellLabelFontSize with value.
HeatmapChartSeries withCellLabelFontSize(double value) =>
copyWith(cellLabelFontSize: value);