2026-04-05-add navigation page and correct whatsapp link

This commit is contained in:
Hamza-Ayed
2026-04-05 16:21:31 +03:00
parent 4d5800ff9b
commit 531c6d07ef
4 changed files with 1212 additions and 517 deletions

View File

@@ -44,7 +44,7 @@ GetBuilder<MapPassengerController> leftMainMenuIcons() {
children: [
// --- تم استخدام دالة مساعدة جديدة للزر ---
_buildMapActionButton(
icon: Icons.satellite_alt_outlined,
icon: Icons.near_me_outlined,
tooltip: 'Toggle Map Type',
onPressed: () => Get.to(() => NavigationView()),
),