XDrawer constructor

XDrawer({
  1. Widget? nameApp,
  2. GestureTapCallback? nameApp_OnTap,
  3. Widget? menu_Child,
  4. Color? logOut_BackGroundColor,
  5. Widget? logOut_Text,
  6. Widget? logOut_Icon,
  7. bool? logOut_Visible,
  8. AlignmentGeometry? alignment,
  9. Color? menu_BackGroundColor,
  10. String? label,
  11. TextStyle? title_Style,
  12. String? title,
  13. EdgeInsetsGeometry? padding_nameApp,
  14. GestureTapCallback? logOut_OnTap,
})

Implementation

XDrawer({
  this.nameApp,
  this.nameApp_OnTap,
  this.menu_Child,
  this.logOut_BackGroundColor,
  this.logOut_Text,
  this.logOut_Icon,
  this.logOut_Visible,
  this.alignment,
  this.menu_BackGroundColor,
  this.label,
  this.title_Style,
  this.title,
  this.padding_nameApp,
  this.logOut_OnTap,
});