This commit is contained in:
Hamza-Ayed
2023-12-12 23:38:19 +03:00
parent 99b61fd894
commit 2ff52420ce
4 changed files with 25 additions and 17 deletions

View File

@@ -147,6 +147,11 @@ class WaletCaptain extends StatelessWidget {
))
],
isleading: true,
action: InkWell(
onTap: () {
captainWalletController.getCaptainWalletFromBuyPoints();
},
child: const Icon(Icons.refresh)),
);
}
}