withCellWidth method

HeatmapChartSeries withCellWidth(
  1. double value
)

Replaces HeatmapChartSeries.cellWidth with value.

Implementation

HeatmapChartSeries withCellWidth(double value) => copyWith(cellWidth: value);