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