From 3f8f9449ea4d58b98e12fb2856aef7f665a16700 Mon Sep 17 00:00:00 2001 From: omkar Date: Thu, 30 Jan 2025 22:39:26 +0530 Subject: [PATCH] fix: bottom thing for the mobile --- lib/features/layout/widgets/scaffold_with_nav.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/features/layout/widgets/scaffold_with_nav.dart b/lib/features/layout/widgets/scaffold_with_nav.dart index e49d459..d53552e 100644 --- a/lib/features/layout/widgets/scaffold_with_nav.dart +++ b/lib/features/layout/widgets/scaffold_with_nav.dart @@ -100,6 +100,7 @@ class _ScaffoldWithNavState extends State { padding: const EdgeInsets.only(bottom: 64.0), child: widget.child, ), + extendBody: true, bottomNavigationBar: MobileNavigation( items: navigationItems, currentIndex: widget.child.currentIndex,