Disable swipe to open hamburger menu on droid
This commit is contained in:
parent
4e73836baa
commit
e29cb24458
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue