From 1f10a9cec12c2febc693079123406ef57f689456 Mon Sep 17 00:00:00 2001 From: Prashik-Sasane Date: Tue, 6 Jan 2026 20:47:35 +0530 Subject: [PATCH] feat: Improvement in Navigation Bar --- lib/app/modules/home/views/home_view.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/app/modules/home/views/home_view.dart b/lib/app/modules/home/views/home_view.dart index e2f62bb1..e22e889a 100644 --- a/lib/app/modules/home/views/home_view.dart +++ b/lib/app/modules/home/views/home_view.dart @@ -44,6 +44,10 @@ class HomeView extends GetView { ? TaskWarriorColors.kprimaryBackgroundColor : TaskWarriorColors.kLightPrimaryBackgroundColor, drawer: NavDrawer(homeController: controller), + + drawerEnableOpenDragGesture: true, + drawerEdgeDragWidth: 80, + body: HomePageBody( controller: controller, ),