App Version added and dart format
This commit is contained in:
@@ -402,14 +402,14 @@ class _FundTransferAmountScreenState extends State<FundTransferAmountScreen> {
|
||||
const SizedBox(height: 24),
|
||||
],
|
||||
//Remarks
|
||||
TextFormField(
|
||||
TextFormField(
|
||||
controller: _remarksController,
|
||||
decoration: InputDecoration(
|
||||
labelText: AppLocalizations.of(context).remarks,
|
||||
border: const OutlineInputBorder(),
|
||||
),
|
||||
labelText: AppLocalizations.of(context).remarks,
|
||||
border: const OutlineInputBorder(),
|
||||
),
|
||||
const SizedBox(height: 24),
|
||||
),
|
||||
const SizedBox(height: 24),
|
||||
// Amount
|
||||
TextFormField(
|
||||
controller: _amountController,
|
||||
|
||||
Reference in New Issue
Block a user