Available Balance in Account Statement #2

This commit is contained in:
2025-08-27 18:21:42 +05:30
parent 6d502a0c81
commit 0d629226a8
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
fontSize: 17,
),
),
Text(widget.balance, style: const TextStyle(fontSize: 17)),
Text('${widget.balance}', style: const TextStyle(fontSize: 17)),
],
),
const SizedBox(height: 15),

View File

@@ -25,7 +25,7 @@ class _CustomerInfoScreenState extends State<CustomerInfoScreen> {
},
),
title: Text(
AppLocalizations.of(context).kMobile,
AppLocalizations.of(context).kconnect,
style:
const TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
),