4/12/2
This commit is contained in:
@@ -62,8 +62,8 @@ GetBuilder<MapDriverController> driverEndRideBar() {
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
: const SizedBox(),
|
: const SizedBox(),
|
||||||
mapDriverController.carType == 'Speed' ||
|
mapDriverController.carType != 'Speed' &&
|
||||||
mapDriverController.carType == 'Delivery'
|
mapDriverController.carType != 'Delivery'
|
||||||
? Row(
|
? Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@@ -73,15 +73,21 @@ class RideBeginPassenger extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Container(
|
Column(
|
||||||
decoration: AppStyle.boxDecoration1,
|
children: <Widget>[
|
||||||
child: Padding(
|
const Text(''),
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 4),
|
Container(
|
||||||
child: Text(
|
decoration: AppStyle.boxDecoration1,
|
||||||
controller.licensePlate,
|
child: Padding(
|
||||||
style: AppStyle.title,
|
padding:
|
||||||
|
const EdgeInsets.symmetric(horizontal: 4),
|
||||||
|
child: Text(
|
||||||
|
controller.licensePlate,
|
||||||
|
style: AppStyle.title,
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
],
|
||||||
),
|
),
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user