This commit is contained in:
Hamza-Ayed
2023-10-02 06:58:46 +03:00
parent 0368a141d7
commit ca59d9e3b7
5 changed files with 32 additions and 33 deletions

View File

@@ -11,6 +11,7 @@ class PassengerInfoWindow extends StatelessWidget {
@override
Widget build(BuildContext context) {
Get.put(MapController());
return GetBuilder<MapController>(
builder: (controller) => controller.isPassengerInfoWindow
? Positioned(