4/11/4
This commit is contained in:
@@ -44,9 +44,16 @@ class RideBeginPassenger extends StatelessWidget {
|
||||
backgroundImage: NetworkImage(
|
||||
'https://ride.mobile-app.store/portrate_captain_image/${controller.driverId}.jpg'),
|
||||
),
|
||||
Text(
|
||||
controller.firstName,
|
||||
style: AppStyle.title,
|
||||
Container(
|
||||
decoration: AppStyle.boxDecoration1,
|
||||
child: Column(
|
||||
children: [
|
||||
Text(
|
||||
controller.firstName,
|
||||
style: AppStyle.title,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
Column(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user