SimpleContinuousHeatmapPoint constructor
const
SimpleContinuousHeatmapPoint({})
Implementation
const SimpleContinuousHeatmapPoint({
this.label,
required this.x,
required this.y,
this.weight = 1,
this.group,
this.color,
});