HeatMapImage constructor

HeatMapImage(
  1. List<DataPoint> data,
  2. HeatMapOptions heatmapOptions,
  3. int size
)

Implementation

HeatMapImage(this.data, HeatMapOptions heatmapOptions, int size)
    : generator =
          HeatMap(heatmapOptions, size.toDouble(), size.toDouble(), data);