XfxMenu constructor

XfxMenu(
  1. List<XMenuGroup> menuGroups,
  2. dynamic tabLink(), {
  3. Widget? nameApp,
  4. bool pinned_Value = true,
  5. void onPressed_PinnedBTN()?,
  6. GestureTapCallback? nameApp_OnTap,
  7. double? height_menuItems,
  8. double? width_menuItems,
  9. Color? logOut_BackGroundColor,
  10. Widget? logOut_Text,
  11. Widget? logOut_Icon,
  12. bool? logOut_Visible,
  13. AlignmentGeometry? alignment,
  14. Color? menu_BackGroundColor,
  15. String? label,
  16. TextStyle? title_Style,
  17. String? title,
  18. EdgeInsetsGeometry? padding,
  19. GestureTapCallback? logOut_OnTap,
  20. void onPressed_MenuItem(
    1. XMenuItem
    )?,
})

Implementation

XfxMenu(
  this.menuGroups,
  this.tabLink, {
  this.nameApp,
  this.pinned_Value = true,
  this.onPressed_PinnedBTN,
  this.nameApp_OnTap,
  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,
});