Build: Spacer and Padding Demo
This screen shows how to use Spacer and padding to arrange two buttons horizontally with space between them and padding around.
Target UI
+----------------------------------+ | | | [Button 1] [Button 2] | | | +----------------------------------+
Place two buttons side by side horizontally
Add a Spacer between the buttons to push them apart
Add padding around the buttons and the edges of the screen
Use SwiftUI layout components