Contents

padding3D(_:)

Pads this view using the edge insets you specify.

Declaration

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

Parameters

  • insets:

    The edges to inset.

Return Value

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

See Also

Adding padding around a view