withCellHeight method

HeatmapChartSeries withCellHeight(
  1. double value
)

Replaces HeatmapChartSeries.cellHeight with value.

Implementation

HeatmapChartSeries withCellHeight(double value) =>
    copyWith(cellHeight: value);