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

# Body

A view that represents the body of a button.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Custom button styles

- [makeBody(configuration:)](swiftui/buttonstyle/makebody(configuration:).md)
- [ButtonStyle.Configuration](swiftui/buttonstyle/configuration.md)
