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