MenuBar constructor
Creates a const MenuBar.
The children
argument is required.
Implementation
const MenuBar({
super.key,
this.style,
this.clipBehavior = Clip.none,
this.controller,
required this.children,
});
Creates a const MenuBar.
The children
argument is required.
const MenuBar({
super.key,
this.style,
this.clipBehavior = Clip.none,
this.controller,
required this.children,
});