25-3/18/1

This commit is contained in:
Hamza-Ayed
2025-03-18 13:54:27 +03:00
parent 6e77dec65f
commit 153d2f64c0
1307 changed files with 9505 additions and 528 deletions

3
lib/views/home/my_wallet/card_wallet_widget.dart Normal file → Executable file
View File

@@ -183,8 +183,7 @@ class CardSeferWalletDriver extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
'${Get.find<CaptainWalletController>().totalAmountVisa} ${'L.E'.tr}' ??
'0.0 ${'L.E'.tr}',
'${Get.find<CaptainWalletController>().totalAmountVisa} ${'L.E'.tr}',
style: AppStyle.headTitle2.copyWith(
color: AppColor.writeColor, fontSize: 28),
),