Update driver_end_ride_bar.dart
This commit is contained in:
@@ -15,7 +15,7 @@ GetBuilder<MapDriverController> driverEndRideBar() {
|
||||
right: 5,
|
||||
child: Container(
|
||||
decoration: AppStyle.boxDecoration,
|
||||
height: mapDriverController.driverEndPage,
|
||||
height: mapDriverController.remainingTimeTimerRideBegin >60?100:160,,
|
||||
width: 200,
|
||||
child: Column(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user