Package-level declarations

Functions

Link copied to clipboard

Component that represents an empty horizontal space layout and to be used in a RowScope.

Link copied to clipboard
fun Spacer(modifier: Modifier = Modifier)

Component that represents an empty space layout, whose size can be defined using Modifier.width, Modifier.height and Modifier.size modifiers.

Link copied to clipboard

Component that represents an empty vertical space layout and to be used in a ColumnScope.