Disable swipe to open hamburger menu on droid

This commit is contained in:
Neeraj Gupta 2023-10-19 09:53:54 +05:30
parent 4e73836baa
commit e29cb24458

View file

@ -158,7 +158,7 @@ class _HomePageState extends State<HomePage> {
}
},
child: Scaffold(
drawerEnableOpenDragGesture: true,
drawerEnableOpenDragGesture: !Platform.isAndroid,
drawer: ConstrainedBox(
constraints: const BoxConstraints(maxWidth: 428),
child: Drawer(