4/11/11
This commit is contained in:
@@ -62,8 +62,8 @@ GetBuilder<MapDriverController> driverEndRideBar() {
|
||||
],
|
||||
)
|
||||
: const SizedBox(),
|
||||
mapDriverController.carType != 'Mashwari' ||
|
||||
mapDriverController.carType != 'Comfort'
|
||||
mapDriverController.carType == 'Speed' ||
|
||||
mapDriverController.carType == 'Delivery'
|
||||
? Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
children: [
|
||||
|
||||
@@ -112,6 +112,7 @@ class PassengerInfoWindow extends StatelessWidget {
|
||||
],
|
||||
)),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Container(
|
||||
decoration: AppStyle.boxDecoration1,
|
||||
|
||||
Reference in New Issue
Block a user