4/9/1
This commit is contained in:
@@ -21,8 +21,8 @@ GetBuilder<MapDriverController> driverEndRideBar() {
|
||||
child: Container(
|
||||
decoration: AppStyle.boxDecoration,
|
||||
height: mapDriverController.remainingTimeTimerRideBegin < 60
|
||||
? mapDriverController.driverEndPage = 180
|
||||
: 150,
|
||||
? mapDriverController.driverEndPage = 190
|
||||
: 170,
|
||||
width: 240,
|
||||
child: Column(
|
||||
children: [
|
||||
@@ -70,7 +70,7 @@ GetBuilder<MapDriverController> driverEndRideBar() {
|
||||
Text(mapDriverController.price.toStringAsFixed(2)),
|
||||
],
|
||||
),
|
||||
(mapDriverController.carType == 'Free Ride' ||
|
||||
(mapDriverController.carType == 'Mashwari' ||
|
||||
mapDriverController.carType == 'Comfort') &&
|
||||
mapDriverController.remainingTimeTimerRideBegin > 60
|
||||
? Row(
|
||||
|
||||
Reference in New Issue
Block a user