From 76a318df389a010ca3ff382b81eb6e9d7c6f654e Mon Sep 17 00:00:00 2001 From: Hamza Aleghwairyeen Date: Fri, 12 Apr 2024 03:15:43 +0300 Subject: [PATCH] 4/11/9 --- .../mapDriverWidgets/passenger_info_window.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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(