FlowStack
public struct FlowStack<Data: RandomAccessCollection, Content: View>: View
where Data.Element: Identifiable, Data.Element: Hashable, Data.Index == Int
Undocumented
-
Undocumented
Declaration
Swift
init( data: Data, spacing: CGPoint = .zero, alignment: HorizontalAlignment = .leading, @ViewBuilder content: @escaping (Data.Element) -> Content ) -
Undocumented
Declaration
Swift
let data: Data -
Undocumented
Declaration
Swift
let spacing: CGPoint -
Undocumented
Declaration
Swift
let alignment: HorizontalAlignment -
Undocumented
Declaration
Swift
let content: (_ item: Data.Element) -> Content -
Declaration
Swift
public var body: some View { get } -
Undocumented
See moreDeclaration
Swift
struct InnerView : View
FlowStack Structure Reference