Make drawer swiping easier
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user