---
title: "makeBody(configuration:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/labeledcontentstyle/makebody(configuration:)"
---

# makeBody(configuration:)

Creates a view that represents the body of labeled content.

## Declaration

```swift
@ContentBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body
```

## See Also

### Creating custom labeled content styles

- [LabeledContentStyle.Configuration](swiftui/labeledcontentstyle/configuration.md)
- [Body](swiftui/labeledcontentstyle/body.md)
