flutter_zoom_drawer library

Enums

DrawerLastAction
Drawer last action enum To detect last action from drawer if it was opened or closed.
DrawerState
Drawer State enum Note: Upon Drawer dragging the state is always opening Use DrawerLastAction to figure if last state was either opened or closed
DrawerStyle

Typedefs

DrawerStyleBuilder = Widget Function(BuildContext context, double animationValue, double slideWidth, Widget menuScreen, Widget mainScreen)
Build custom style with (context, animationValue, slideWidth, menuScreen, mainScreen) {}