Contents

ZStackContent3D

A type that adds spacing to a Zstack.

Declaration

@frozen struct ZStackContent3D<Content> where Content : View

Overview

You don’t create this type directly. SwiftUI creates it for you when you use the ZStack(alignment:spacing:content) initializer.

Topics

Initializers

Instance Properties