chore: update ios config to use location

This commit is contained in:
anhtunz
2025-04-14 09:48:29 +07:00
parent 30ee4540ba
commit 345c554519
4 changed files with 12 additions and 50 deletions

View File

@@ -163,6 +163,7 @@ onTapMarker(
style: const ButtonStyle(
backgroundColor: WidgetStatePropertyAll(Colors.red),
foregroundColor: WidgetStatePropertyAll(Colors.white),
iconColor: WidgetStatePropertyAll(Colors.white),
),
icon: IconConstants.instance
.getMaterialIcon(Icons.fire_truck_outlined),