fix: fix anchor position of mapMarker

This commit is contained in:
ashilkn 2024-01-30 17:18:10 +05:30
parent 81ad8fab74
commit 27f9eea19f

View file

@ -6,6 +6,7 @@ import "package:photos/ui/map/marker_image.dart";
Marker mapMarker(ImageMarker imageMarker, String key) {
return Marker(
anchorPos: AnchorPos.align(AnchorAlign.top),
key: Key(key),
width: 75,
height: 75,