init(label:content:)
Creates a menu button with the specified label and content.
Declaration
init(label: Label, @ViewBuilder content: () -> Content)Creates a menu button with the specified label and content.
init(label: Label, @ViewBuilder content: () -> Content)