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