NEFT and RTGS transaction error resolved,

This commit is contained in:
2025-08-26 16:42:30 +05:30
parent 80faa06272
commit a64e68d642

View File

@@ -503,6 +503,7 @@ class _QuickPayOutsideBankScreen extends State<QuickPayOutsideBankScreen> {
),
const SizedBox(height: 25),
Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expanded(
child: TextFormField(
@@ -551,7 +552,9 @@ class _QuickPayOutsideBankScreen extends State<QuickPayOutsideBankScreen> {
},
),
),
const SizedBox(width: 10),
const SizedBox(
width: 10,
),
Expanded(
child: DropdownButtonFormField<String>(
value: accountType,