Introduction
A Spacer composable is used to add empty space between UI elements. It helps to organize the layout and make the app look neat and easy to use.
To add space between buttons in a vertical column.
To separate text and images with some empty area.
To push elements apart in a row so they don't stick together.
To create padding or margin-like gaps inside a layout.
To balance the layout by filling extra space evenly.