This commit is contained in:
Hamza Aleghwairyeen
2024-04-03 02:09:22 +03:00
parent 087b102d9a
commit aee7809bde
3 changed files with 13 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ class PassengerLocationMapPage extends StatelessWidget {
// Get.put(MapDriverController());
return MyScafolld(
title: 'Map Passenger'.tr + mapDriverController.carType,
title: 'Map Passenger'.tr,
body: [
GoogleDriverMap(locationController: locationController),
const PassengerInfoWindow(),