Spacer
public struct Spacer : View
Representing of space within a container along the main axis. same as the view of which felxGrow is 1.0.
HStack {
Text("1")
Text("2")
Spacer()
Text("3")
}
-
the node begind the Spacer
Declaration
Swift
public var node: ArgoKitNode? { get }
-
Undocumented
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public func padding(top: ArgoValue, right: ArgoValue, bottom: ArgoValue, left: ArgoValue) -> Spacer
-
Undocumented
Declaration
Swift
public func padding(edge: ArgoEdge, value: ArgoValue) -> Spacer