HeatMapImage constructor
HeatMapImage(
- List<
DataPoint> data, - HeatMapOptions heatmapOptions,
- int size
Implementation
HeatMapImage(this.data, HeatMapOptions heatmapOptions, int size)
: generator =
HeatMap(heatmapOptions, size.toDouble(), size.toDouble(), data);