Marker constructor
Marker({
- required LatLng latLng,
- MarkerSize? size,
- InfoWindow? infoWindow,
- String? base64Marker,
Implementation
Marker({
required this.latLng,
this.size,
this.infoWindow,
this.base64Marker,
});