This commit is contained in:
Hamza-Ayed
2024-01-27 01:13:34 +03:00
parent a63ebfe002
commit 18df215d0a
4 changed files with 55 additions and 38 deletions

View File

@@ -153,7 +153,8 @@ class CashConfirmPageShown extends StatelessWidget {
kolor: AppColor.redColor,
),
MyElevatedButton(
title: 'Next'.tr,
kolor: AppColor.greenColor,
title: 'Next as Cash \$\$!'.tr,
onPressed: () {
paymentController.isCashChecked = true;
controller.changeCashConfirmPageShown();