12/12/3
This commit is contained in:
@@ -147,6 +147,11 @@ class WaletCaptain extends StatelessWidget {
|
||||
))
|
||||
],
|
||||
isleading: true,
|
||||
action: InkWell(
|
||||
onTap: () {
|
||||
captainWalletController.getCaptainWalletFromBuyPoints();
|
||||
},
|
||||
child: const Icon(Icons.refresh)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user