This commit is contained in:
Hamza Aleghwairyeen
2024-04-03 00:05:31 +03:00
parent 02b27110df
commit ae41f1bb24
7 changed files with 48 additions and 26 deletions

View File

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