4/4/3
This commit is contained in:
@@ -70,8 +70,9 @@ GetBuilder<MapDriverController> driverEndRideBar() {
|
||||
Text(mapDriverController.price.toStringAsFixed(0)),
|
||||
],
|
||||
),
|
||||
mapDriverController.carType == 'Free Ride' ||
|
||||
mapDriverController.carType == 'Comfort'
|
||||
(mapDriverController.carType == 'Free Ride' ||
|
||||
mapDriverController.carType == 'Comfort') &&
|
||||
mapDriverController.remainingTimeTimerRideBegin > 60
|
||||
? Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user