Build: Spacer Demo Screen
This screen demonstrates how to use Spacer composable to add space between UI elements in a vertical column layout.
Target UI
Column Layout: [Text: "Hello"] [Spacer] [Text: "World"] The Spacer creates empty space between the two Text elements.
Use a Column composable to arrange two Text composables vertically.
Place a Spacer composable between the two Text composables.
Set the Spacer height to 32.dp to create vertical space.
Center the Column content horizontally and vertically on the screen.