6/8/1
This commit is contained in:
@@ -65,7 +65,10 @@ GetBuilder<MapPassengerController> cancelRidePage() {
|
||||
reasons[index].toString(),
|
||||
);
|
||||
},
|
||||
child: Text(reasons[index])),
|
||||
child: Text(
|
||||
reasons[index],
|
||||
style: AppStyle.title,
|
||||
)),
|
||||
leading: Radio(
|
||||
value: index,
|
||||
groupValue: controller.selectedReason,
|
||||
|
||||
Reference in New Issue
Block a user