4/2/1
This commit is contained in:
@@ -48,10 +48,10 @@ class RatePassenger extends StatelessWidget {
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(4),
|
||||
child: Text(
|
||||
Get.find<MapDriverController>().cartype ==
|
||||
Get.find<MapDriverController>().carType ==
|
||||
'Comfort' ||
|
||||
Get.find<MapDriverController>()
|
||||
.cartype ==
|
||||
.carType ==
|
||||
'Free Ride'
|
||||
? Get.find<MapDriverController>()
|
||||
.price
|
||||
|
||||
Reference in New Issue
Block a user