DrawerRF constructor
DrawerRF({
- Function? pageBuilder,
- Widget? background,
- CustomClipper<
Path> ? clipper, - DrawerHeaderInfoDefaultType headerInfoDefaultType = DrawerHeaderInfoDefaultType.user,
- TemplateRF? template,
- Function? onDrawerOpen,
- Function? onDrawerClose,
- Function? onMenuClick,
Implementation
DrawerRF({
this.menuHeader,
this.menuBody,
this.menuFooter,
this.pageBuilder,
this.background,
this.clipper,
this.headerInfoDefaultType = DrawerHeaderInfoDefaultType.user,
this.template,
this.onDrawerOpen,
this.onDrawerClose,
this.onMenuClick,
});