---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/menustyle/body
---

# Body

A view that represents the body of a menu.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating custom menu styles

- [makeBody(configuration:)](swiftui/menustyle/makebody(configuration:).md)
- [MenuStyle.Configuration](swiftui/menustyle/configuration.md)
