New Update with Account Number Dropdown in Account Info

This commit is contained in:
Nilanjan Chakrabarti
2025-07-11 12:09:38 +05:30
parent d4de89a91f
commit 23d742ace9
3 changed files with 63 additions and 16 deletions

View File

@@ -442,7 +442,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
context,
MaterialPageRoute(
builder: (context) => AccountInfoScreen(
user: users[selectedAccountIndex])));
users: users,
selectedIndex: selectedAccountIndex)));
}),
_buildQuickLink(Symbols.receipt_long,
AppLocalizations.of(context).accountStatement, () {