improving VMC flow
This commit is contained in:
@@ -304,7 +304,7 @@ class _PayScreenState extends State<PayScreen> with TickerProviderStateMixin {
|
||||
.account_balance_wallet_outlined,
|
||||
label: "City Wallet Balance",
|
||||
value:
|
||||
'\$${cityWallet!.balance.toStringAsFixed(2)}',
|
||||
'\$${cityWallet.balance.toStringAsFixed(2)}',
|
||||
valueStyle: TextStyle(
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.w700,
|
||||
|
||||
Reference in New Issue
Block a user