2/25/2
This commit is contained in:
@@ -169,8 +169,10 @@ class WaletCaptain extends StatelessWidget {
|
||||
child: MyTextForm(
|
||||
controller: captainWalletController
|
||||
.amountFromBudgetController,
|
||||
label: 'insert amount'.tr,
|
||||
hint: 'insert amount'.tr,
|
||||
label:
|
||||
'${'You have in account'.tr} ${captainWalletController.totalAmount}',
|
||||
hint:
|
||||
'${'You have in account'.tr} ${captainWalletController.totalAmount}',
|
||||
type: TextInputType.number,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user