HeatmapLayerProperties constructor
const
HeatmapLayerProperties({
- dynamic heatmapRadius,
- dynamic heatmapWeight,
- dynamic heatmapIntensity,
- dynamic heatmapColor,
- dynamic heatmapOpacity,
- dynamic visibility,
Implementation
const HeatmapLayerProperties({
this.heatmapRadius,
this.heatmapWeight,
this.heatmapIntensity,
this.heatmapColor,
this.heatmapOpacity,
this.visibility,
});