dashbord skip

aamir_dev
Aamir.Muhammad 3 months ago
parent ea9c8ae346
commit 6ed7e2fa3d

@ -129,8 +129,8 @@ class _DashboardPageState extends State<DashboardPage> {
Widget build(BuildContext context) {
DashboardVmCustomer dashboardVM = context.read<DashboardVmCustomer>();
bool isHomePage = dashboardVM.selectedNavbarBarIndex == 2;
return WillPopScope(
onWillPop: () async => Future.value(false),
return PopScope(
canPop: false,
child: Scaffold(
appBar: CustomAppBar(
backgroundColor: null,

Loading…
Cancel
Save