• Adam Barth's avatar
    Drawer edge swipe convers entire screen · 1ef3f82e
    Adam Barth authored
    When I tightened up the layout constraints for the Drawer in the
    Scaffold, I ended up making the edge swipe detector cover the entire
    screen.  This patch fixes that issue by putting the gesture detector for
    the edge swipe just around the container with the proper width. We now
    use a global key to maintain the state across hierarchy changes.
    1ef3f82e
drawer.dart 5.53 KB