This commit is contained in:
Hamza Aleghwairyeen
2024-04-12 17:10:49 +03:00
parent d1ada814f0
commit 5c0a6b7aa5
2 changed files with 16 additions and 10 deletions

View File

@@ -62,8 +62,8 @@ GetBuilder<MapDriverController> driverEndRideBar() {
],
)
: const SizedBox(),
mapDriverController.carType == 'Speed' ||
mapDriverController.carType == 'Delivery'
mapDriverController.carType != 'Speed' &&
mapDriverController.carType != 'Delivery'
? Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [