0 purchases
push drawer
push_drawer #
A sliding drawer, pushing the main view away
Simply use it with
PushDrawer(
drawerRatio: 0.9,
drawer: MyDrawerView(),
child: ContentView(),
),
copied to clipboard
You might want ContentView to be a nested Navigator
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.