10/14/1
This commit is contained in:
@@ -172,9 +172,10 @@ class CardSeferWalletDriver extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
Text(
|
||||
'${AppInformation.appName} Wallet',
|
||||
style: AppStyle.headTitle
|
||||
.copyWith(color: AppColor.writeColor),
|
||||
// '${AppInformation.appName} Wallet',
|
||||
'SEFER Wallet',
|
||||
style: AppStyle.headTitle.copyWith(
|
||||
color: AppColor.writeColor, fontSize: 26),
|
||||
),
|
||||
const Icon(Icons.account_balance_wallet,
|
||||
color: AppColor.writeColor, size: 24),
|
||||
@@ -184,8 +185,8 @@ class CardSeferWalletDriver extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Text(
|
||||
'${Get.find<CaptainWalletController>().totalAmountVisa}\$' ??
|
||||
'0.0 \$',
|
||||
'${Get.find<CaptainWalletController>().totalAmountVisa} ${'L.E'.tr}' ??
|
||||
'0.0 ${'L.E'.tr}',
|
||||
style: AppStyle.headTitle2.copyWith(
|
||||
color: AppColor.writeColor, fontSize: 28),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user