MenuBarItem constructor
Creates a MenuBarItem with the given label and children.
Implementation
const MenuBarItem({
required this.label,
required this.children,
});
Creates a MenuBarItem with the given label and children.
const MenuBarItem({
required this.label,
required this.children,
});