XDrawer constructor

XDrawer({
  1. Widget? nameApp,
  2. GestureTapCallback? onTapNameApp,
  3. Widget? itemOfMenu,
  4. Color? colorOfLogOutArea,
  5. Widget? textOfLogOutArea,
  6. Widget? iconOfLogOutAreaText,
  7. bool? isVisibleLogOut,
  8. AlignmentGeometry? alignment,
  9. Color? colorMenu,
  10. String? label,
  11. TextStyle? styleTitle,
  12. String? title,
  13. EdgeInsetsGeometry? padding,
  14. GestureTapCallback? onTapLogOutArea,
  15. Function? onPressed,
})

Implementation

XDrawer({
  this.nameApp,
  this.onTapNameApp,
  this.itemOfMenu,
  this.colorOfLogOutArea,
  this.textOfLogOutArea,
  this.iconOfLogOutAreaText,
  this.isVisibleLogOut,
  this.alignment,
  this.colorMenu,
  this.label,
  this.styleTitle,
  this.title,
  this.padding,
  this.onTapLogOutArea,
  this.onPressed,
});