PlatformMenuBar constructor
Creates a const PlatformMenuBar.
The child
and menus
attributes are required.
Implementation
const PlatformMenuBar({
super.key,
required this.menus,
this.child,
});
Creates a const PlatformMenuBar.
The child
and menus
attributes are required.
const PlatformMenuBar({
super.key,
required this.menus,
this.child,
});