Skip to content
Snippets Groups Projects

Server

Merged Sara Savanovic Djordjevic requested to merge server into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -159,7 +159,7 @@ class _DefaultPageState extends State<DefaultPage> {
height: markerData.size,
point: markerData.location,
builder: (ctx) => Icon(
Icons.location_on,
Icons.favorite,
color: markerData.color,
size: markerData.size,
),
Loading