6/18/1
This commit is contained in:
@@ -8,7 +8,6 @@ import 'package:SEFER/views/widgets/mycircular.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
import '../../../constant/colors.dart';
|
||||
import '../../../controller/home/payment/captain_wallet_controller.dart';
|
||||
|
||||
class TransferBudgetPage extends StatelessWidget {
|
||||
@@ -110,7 +109,9 @@ class TransferBudgetPage extends StatelessWidget {
|
||||
onPressed: () async {
|
||||
await captainWalletController
|
||||
.addtransferDriversWallet(
|
||||
'Transfer');
|
||||
'TransferFrom',
|
||||
'TransferTo',
|
||||
);
|
||||
})
|
||||
: const SizedBox()
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user