We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f0635 commit 0901c18Copy full SHA for 0901c18
mobile/lib/pages/search/map/map.page.dart
@@ -395,6 +395,7 @@ class _MapWithMarker extends StatelessWidget {
395
children: [
396
style.widgetWhen(
397
onData: (style) => MapLibreMap(
398
+ attributionButtonMargins: const Point(8, kToolbarHeight),
399
initialCameraPosition: CameraPosition(
400
target: initialLocation ?? const LatLng(0, 0),
401
zoom: initialLocation != null ? 12 : 0,
0 commit comments