HeatMapDataPoint constructor

HeatMapDataPoint(
  1. double x,
  2. double y, {
  3. double intensity = 1,
})

Implementation

HeatMapDataPoint(this.x, this.y, {this.intensity = 1});