This commit is contained in:
Hamza Aleghwairyeen
2024-04-03 01:59:19 +03:00
parent cf3704612f
commit 087b102d9a
3 changed files with 11 additions and 7 deletions

View File

@@ -70,7 +70,8 @@ GetBuilder<MapDriverController> driverEndRideBar() {
Text(mapDriverController.price.toStringAsFixed(0)),
],
),
mapDriverController.carType == 'Free Ride'
mapDriverController.carType == 'Free Ride' ||
mapDriverController.carType == 'Comfort'
? Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [