EmptyView
public struct EmptyView : View
Wrapper of UIView An object that manages the content for a rectangular area on the screen.
-
The node behind the empty view.
Declaration
Swift
public var node: ArgoKitNode? { get } -
Initializer
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
public func padding(top: ArgoValue, right: ArgoValue, bottom: ArgoValue, left: ArgoValue) -> EmptyView -
Undocumented
Declaration
Swift
public func padding(edge: ArgoEdge, value: ArgoValue) -> EmptyView
EmptyView Structure Reference