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),