Frame can be applied to menu item as such
Menu("Options") { Button("Option 1") { } Button("Option 2") { } } .frame(width: 50)
The output will be as below. (Please ignore the button).