3/21/2
This commit is contained in:
@@ -18,7 +18,7 @@ GetBuilder<MapDriverController> driverEndRideBar() {
|
||||
height: mapDriverController.remainingTimeTimerRideBegin < 60
|
||||
? mapDriverController.driverEndPage = 160
|
||||
: 100,
|
||||
width: 200,
|
||||
width: 240,
|
||||
child: Column(
|
||||
children: [
|
||||
Row(
|
||||
@@ -53,6 +53,14 @@ GetBuilder<MapDriverController> driverEndRideBar() {
|
||||
),
|
||||
],
|
||||
),
|
||||
Row(
|
||||
children: [
|
||||
Text(mapDriverController.recentAngelToMarker
|
||||
.toStringAsFixed(0)),
|
||||
Text(mapDriverController.recentDistanceToDash
|
||||
.toStringAsFixed(0))
|
||||
],
|
||||
),
|
||||
mapDriverController.remainingTimeTimerRideBegin < 60
|
||||
? Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
||||
Reference in New Issue
Block a user