ZetaMenuItem.horizontal constructor
Creates horizontal menu item
Implementation
const ZetaMenuItem.horizontal({
super.key,
super.rounded,
required this.label,
this.onTap,
this.leading,
this.trailing,
}) : type = ZetaMenuItemType.horizontal;