ZStackContent3D
A type that adds spacing to a Zstack.
Declaration
@frozen struct ZStackContent3D<Content> where Content : ViewOverview
You don’t create this type directly. SwiftUI creates it for you when you use the ZStack(alignment:spacing:content) initializer.