DrawerUserController constructor

const DrawerUserController({
  1. Key? key,
  2. double? drawerWidth = 250,
  3. dynamic onDrawerCall(
    1. DrawerIndex
    )?,
  4. Widget? screenView,
  5. AnimatedIconData animatedIconData = AnimatedIcons.arrow_menu,
  6. Widget? menuView,
  7. dynamic drawerIsOpen(
    1. bool
    )?,
  8. 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);