25-3/18/1
This commit is contained in:
3
lib/views/home/my_wallet/card_wallet_widget.dart
Normal file → Executable file
3
lib/views/home/my_wallet/card_wallet_widget.dart
Normal file → Executable 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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user