---
title: "menuButtonStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/menubuttonstyle(_:)"
---

# menuButtonStyle(_:)

Sets the style for menu buttons within this view.

## Declaration

```swift
nonisolated func menuButtonStyle<S>(_ style: S) -> some View where S : MenuButtonStyle

```

## See Also

### Styling a menu button

- [MenuButtonStyle](swiftui/menubuttonstyle.md)
