Arrangement

The arrangement of elements in a row or column. Maps Jetpack Compose arrangement values to CSS flexbox.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface Horizontal

Base interface for horizontal arrangement values.

Link copied to clipboard

Base interface for both horizontal and vertical arrangement values.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface Vertical

Base interface for vertical arrangement values.

Functions

Link copied to clipboard

Creates an arrangement value with no space between the children, using the given alignment for horizontal orientations.

Creates an arrangement value with no space between the children, using the given alignment for vertical orientations.

Link copied to clipboard

Creates an arrangement value with a fixed space between the children for both horizontal and vertical orientations.

Creates an arrangement value with a fixed space between the children, using the given alignment for horizontal orientations.

Creates an arrangement value with a fixed space between the children, using the given alignment for vertical orientations.