From 695630ae47d85756637fa2db186a366413624c04 Mon Sep 17 00:00:00 2001 From: Felipe Date: Fri, 22 Dec 2023 16:06:32 -0500 Subject: [PATCH] boton --- lib/src/presentation/screens/map/service.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/presentation/screens/map/service.dart b/lib/src/presentation/screens/map/service.dart index 1446f29..d1ac8c1 100644 --- a/lib/src/presentation/screens/map/service.dart +++ b/lib/src/presentation/screens/map/service.dart @@ -233,6 +233,7 @@ class _ServiceScreenState extends State { ), }, polylines: Set.of(polylines.values), + myLocationButtonEnabled: false, onCameraIdle: () { if (professionalAddress == '') { if (coordinates != null) {