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

@@ -139,8 +139,17 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(
children: [
Text("${AppLocalizations.of(context).accountNumber}: ",
style: const TextStyle(
fontSize: 19, fontWeight: FontWeight.bold)),
Text(widget.accountNo, style: const TextStyle(fontSize: 17)),
],
),
const SizedBox(height: 15),
Text(AppLocalizations.of(context).filters,
style: TextStyle(fontSize: 17)),
style: const TextStyle(fontSize: 17)),
const SizedBox(height: 15),
Row(
children: [