How to Disable Drag Open/Close on Drawer in Flutter
In this example, we are going to show you how to disable the drag or swipe gestures while opening or closing the drawer in Flutter. By default, you can configure to disable the drag gesture on drawer open, but there is no attribute to disable drag on closing.