HeatmapShape constructor

HeatmapShape({
  1. bool sector = false,
  2. BorderRadius? borderRadius,
  3. List<int?>? tileCounts,
})

Creates a heatmap.

Implementation

HeatmapShape({
  this.sector = false,
  this.borderRadius,
  this.tileCounts,
});