Ana içeriğe geç
Version: 1.6.0

Vertical Stack View

Sorts objects or structures vertically

VStack( 
HStack().width(100).height(100).background(Color.aqua),
HStack().width(100).height(100).background(Color.black),
).background(Color.gray)

Tuval UI Playground