Build: Simple Layout Demo
This screen shows how layout controls the visual structure by arranging colored boxes vertically with spacing.
Target UI
--------------------- | Header | |-------------------| | [Red Box] | | | | [Green Box] | | | | [Blue Box] | | | | Footer | ---------------------
Use a vertical stack to arrange three colored boxes (red, green, blue) with equal spacing.
Add a header label at the top and a footer label at the bottom.
Boxes should have fixed height and fill the width with some margin.
Use Auto Layout constraints or SwiftUI layout modifiers to control the structure.