SimpleMapMarker constructor
const
SimpleMapMarker({})
Implementation
const SimpleMapMarker({
this.lat = 0.0,
this.lng = 0.0,
this.radius = 10.0,
this.color = Colors.white,
this.image,
});
const SimpleMapMarker({
this.lat = 0.0,
this.lng = 0.0,
this.radius = 10.0,
this.color = Colors.white,
this.image,
});