XfxMenu constructor

XfxMenu(
  1. List<XMenuGroup> menuGroups,
  2. dynamic tabLink(),
  3. dynamic fontChange(), {
  4. Widget? nameApp,
  5. XAppBase? xApp,
  6. Widget? bottomArea_Widget,
  7. bool pinned_Value = true,
  8. void onPressed_PinnedBTN()?,
  9. GestureTapCallback? nameApp_OnTap,
  10. bool firstSessionIsView = false,
  11. double? height_menuItems,
  12. double? width_menuItems,
  13. Color? logOut_BackGroundColor,
  14. Widget? logOut_Text,
  15. Widget? logOut_Icon,
  16. bool? logOut_Visible,
  17. AlignmentGeometry? alignment,
  18. Color? menu_BackGroundColor,
  19. String? label,
  20. TextStyle? title_Style,
  21. String? title,
  22. EdgeInsetsGeometry? padding,
  23. GestureTapCallback? logOut_OnTap,
  24. void onPressed_MenuItem(
    1. XMenuItem
    )?,
  25. Future functOnSync()?,
  26. bool syncWithServer = false,
  27. bool snackBar_Visible = false,
})

Implementation

XfxMenu(
  this.menuGroups,
  this.tabLink,
  this.fontChange, {
  this.nameApp,
  this.xApp,
  this.bottomArea_Widget,
  this.pinned_Value = true,
  this.onPressed_PinnedBTN,
  this.nameApp_OnTap,
  this.firstSessionIsView = false,
  this.height_menuItems,
  this.width_menuItems,
  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,
  this.logOut_OnTap,
  this.onPressed_MenuItem,
  this.functOnSync,
  this.syncWithServer = false,
  this.snackBar_Visible = false,
});