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