Minor Changes of const and bank logos

This commit is contained in:
2025-08-12 13:19:24 +05:30
parent 82951b7919
commit 7f5258b5b7
34 changed files with 166 additions and 840 deletions

View File

@@ -87,7 +87,7 @@ class _FundTransferScreen extends State<FundTransferScreen> {
),
title: Text(
AppLocalizations.of(context).fundTransfer,
style: TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
style: const TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
),
centerTitle: false,
actions: const [
@@ -108,7 +108,7 @@ class _FundTransferScreen extends State<FundTransferScreen> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(AppLocalizations.of(context).debitFrom),
Text(
const Text(
'0300015678903456',
style: TextStyle(fontSize: 18, fontWeight: FontWeight.w500),
),
@@ -117,7 +117,7 @@ class _FundTransferScreen extends State<FundTransferScreen> {
const SizedBox(height: 20),
Text(
AppLocalizations.of(context).enterAmount,
style: TextStyle(fontSize: 20),
style: const TextStyle(fontSize: 20),
),
const SizedBox(height: 20),
Container(