This commit is contained in:
Hamza-Ayed
2024-06-08 02:12:15 +03:00
parent 8864261523
commit ac84011102
13 changed files with 128 additions and 665 deletions

View File

@@ -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,