This commit is contained in:
Hamza Aleghwairyeen
2024-04-11 16:04:19 +03:00
parent b3cf2d4fe2
commit bcb220b02f
7 changed files with 44 additions and 44 deletions

View File

@@ -420,12 +420,14 @@ class MapDriverController extends GetxController {
middleText: '',
confirm: MyElevatedButton(
title: 'Ok'.tr,
kolor: AppColor.greenColor,
onPressed: () {
Get.back();
finishRideFromDriver1();
}),
cancel: MyElevatedButton(
title: 'Cancel'.tr,
kolor: Colors.red,
onPressed: () {
Get.back();
}));