menu
flutter_map_heatmap_plus package
documentation
flutter_map_heatmap.dart
HeatMapDataPoint
HeatMapDataPoint.new constructor
HeatMapDataPoint.new constructor
dark_mode
light_mode
HeatMapDataPoint
constructor
HeatMapDataPoint
(
double
x
,
double
y
, {
double
intensity
=
1
,
})
Implementation
HeatMapDataPoint(this.x, this.y, {this.intensity = 1});
flutter_map_heatmap_plus package
documentation
flutter_map_heatmap
HeatMapDataPoint
HeatMapDataPoint.new constructor
HeatMapDataPoint class