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)
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)