Hidden
public struct Hidden : Element
Hidden conditionally hides its wrapped element.
Note
When an element is hidden, any elements within the wrapped element will be hidden.-
Declaration
Swift
public var isHidden: Bool -
Declaration
Swift
public var wrappedElement: Element -
Declaration
Swift
public init(_ isHidden: Bool = true, wrapping element: Element) -
Declaration
Swift
public var content: ElementContent { get } -
Declaration
Swift
public func backingViewDescription(with context: ViewDescriptionContext) -> ViewDescription?
View on GitHub
Hidden Structure Reference