This commit is contained in:
Felipe
2024-03-27 09:54:27 -05:00
parent fca6d41ad8
commit ac16be0406
6 changed files with 460 additions and 63 deletions
@@ -86,12 +86,6 @@ class _ProfessionalMapScreenState extends State<ProfessionalMapScreen> {
return Scaffold(
appBar: AppBar(
title: const Text('Ubicación'),
// leading: BackButton(
// onPressed: () {
// Navigator.pop(
// context, {"address": '', 'longitude': 0, 'latitude': 0});
// },
// ),
actions: [
IconButton(
icon: const Icon(Icons.my_location),