This commit is contained in:
Hamza Aleghwairyeen
2024-04-11 15:14:55 +03:00
parent a7288e6204
commit b3cf2d4fe2
6 changed files with 27 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ class PassengerInfoWindow extends StatelessWidget {
// left: 8,
child: AnimatedContainer(
duration: const Duration(milliseconds: 300),
height: controller.passengerInfoWindow,
height: controller.passengerInfoWindowHeight,
width: Get.width * .99,
decoration: AppStyle.boxDecoration,
child: Padding(