---
title: "padding3D(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/padding3d(_:)-6bex4"
---

# padding3D(_:)

Pads this view using the edge insets you specify.

## Declaration

```swift
nonisolated func padding3D(_ insets: EdgeInsets3D) -> some View

```

## Parameters

- `insets`: The edges to inset.

## Return Value

Return Value A view that pads this view using edge the insets you specify.
