HeatmapShape constructor

HeatmapShape({
  1. bool sector = false,
  2. BorderRadius? borderRadius,
})

Creates a heatmap.

Implementation

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