HeatmapLayerProperties constructor

const HeatmapLayerProperties({
  1. dynamic heatmapRadius,
  2. dynamic heatmapWeight,
  3. dynamic heatmapIntensity,
  4. dynamic heatmapColor,
  5. dynamic heatmapOpacity,
  6. dynamic visibility,
})

Implementation

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