struct VStack
Swift
struct VStack<Content> where Content : View
Not documented.
Sources/LavaUI/Stack.swift:118
Constructors
init(flexGrow: Float = 0, width: Dimension = .auto, height: Dimension = .auto, padding: Float = 0, alignment: StackAlignment = .stretch, spacing: Float? = nil, wraps: Bool = false, onClick: (() -> Void)? = nil, onPointer: ((_ mods: Int32, _ button: Int32) -> Void)? = nil, onHover: ((Bool) -> Void)? = nil, onWheel: ((Float, Float) -> Void)? = nil, @ViewBuilder content: () -> Content)
Not documented.
Sources/LavaUI/Stack.swift:126
Properties
var content: Content
Not documented.
Sources/LavaUI/Stack.swift:120
var dumpDetail: String { get }
Not documented.
Sources/LavaUI/Stack.swift:151
var onClick: (() -> Void)?
Not documented.
Sources/LavaUI/Stack.swift:121
var onHover: ((Bool) -> Void)?
Not documented.
Sources/LavaUI/Stack.swift:123
var onPointer: ((_ mods: Int32, _ button: Int32) -> Void)?
Not documented.
Sources/LavaUI/Stack.swift:122
var onWheel: ((Float, Float) -> Void)?
Not documented.
Sources/LavaUI/Stack.swift:124
var style: StackStyle
Not documented.
Sources/LavaUI/Stack.swift:119
Methods
func mountPrimitive() -> any AnyViewNode
Not documented.
Sources/LavaUI/Stack.swift:161
func reconcilePrimitive(_ node: any AnyViewNode) -> any AnyViewNode
Not documented.
Sources/LavaUI/Stack.swift:174
func structureLines(indent: Int = 0) -> [String]
Not documented.
Sources/LavaUI/Stack.swift:153