DrawerUserController constructor
const
DrawerUserController({
- Key? key,
- double? drawerWidth = 250,
- dynamic onDrawerCall()?,
- Widget? screenView,
- AnimatedIconData animatedIconData = AnimatedIcons.arrow_menu,
- dynamic drawerIsOpen()?,
- DrawerIndex? screenIndex,
Implementation
const DrawerUserController({
Key? key,
this.drawerWidth = 250,
this.onDrawerCall,
this.screenView,
this.animatedIconData = AnimatedIcons.arrow_menu,
this.menuView,
this.drawerIsOpen,
this.screenIndex,
}) : super(key: key);