---
title: "menuBarExtraStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/scene/menubarextrastyle(_:)"
---

# menuBarExtraStyle(_:)

Sets the style for menu bar extra created by this scene.

## Declaration

```swift
nonisolated func menuBarExtraStyle<S>(_ style: S) -> some Scene where S : MenuBarExtraStyle

```

## See Also

### Creating a menu bar extra

- [MenuBarExtra](swiftui/menubarextra.md)
- [MenuBarExtraStyle](swiftui/menubarextrastyle.md)
