diff --git a/lib/views/home/Captin/mapDriverWidgets/passenger_info_window.dart b/lib/views/home/Captin/mapDriverWidgets/passenger_info_window.dart index 9fb18fc..1e9fd1f 100644 --- a/lib/views/home/Captin/mapDriverWidgets/passenger_info_window.dart +++ b/lib/views/home/Captin/mapDriverWidgets/passenger_info_window.dart @@ -32,7 +32,7 @@ class PassengerInfoWindow extends StatelessWidget { child: AnimatedContainer( duration: const Duration(milliseconds: 300), height: controller.passengerInfoWindowHeight, - width: Get.width * .9, + width: Get.width, decoration: AppStyle.boxDecoration1, child: Padding( padding: const EdgeInsets.all(8.0), @@ -114,7 +114,7 @@ class PassengerInfoWindow extends StatelessWidget { children: [ Container( decoration: AppStyle.boxDecoration1, - width: Get.width * .2, + width: Get.width * .25, child: Padding( padding: const EdgeInsets.all(4.0), child: Text( @@ -129,7 +129,7 @@ class PassengerInfoWindow extends StatelessWidget { width: 16.0), // Add spacing between sections Container( decoration: AppStyle.boxDecoration1, - width: Get.width * .2, + width: Get.width * .34, child: Padding( padding: const EdgeInsets.all(4), child: Text( @@ -142,7 +142,7 @@ class PassengerInfoWindow extends StatelessWidget { width: 16.0), // Add spacing between sections Container( decoration: AppStyle.boxDecoration1, - width: Get.width * .2, + width: Get.width * .35, child: Padding( padding: const EdgeInsets.all(4.0), child: Text( @@ -159,7 +159,7 @@ class PassengerInfoWindow extends StatelessWidget { children: [ Container( decoration: AppStyle.boxDecoration1, - width: Get.width * .5, + width: Get.width * .4, child: Padding( padding: const EdgeInsets.all(4), child: Row( @@ -176,7 +176,7 @@ class PassengerInfoWindow extends StatelessWidget { ), Container( decoration: AppStyle.boxDecoration1, - width: Get.width * .2, + width: Get.width * .4, child: Padding( padding: const EdgeInsets.all(4), child: Row(