Make drawer swiping easier

This commit is contained in:
Brandon Presley 2023-11-10 16:20:42 +13:00
parent e6ba3f1a1c
commit 8fb58a4db1
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class _HomePage extends State<HomePage> {
Widget build(BuildContext context) {
return SafeArea(
child: Scaffold(
drawerEdgeDragWidth: 200.0,
drawer: Drawer(
child: ListView.builder(
itemCount: routes.length,