Package-level declarations
Types
Link copied to clipboard
object Arrangement
The arrangement of elements in a row or column. Maps Jetpack Compose arrangement values to CSS flexbox.
Link copied to clipboard
Allows declaring mapping from Jetpack Compose horizontal align() modifier to CSS Flexbox align-self.
Functions
Link copied to clipboard
@Composable
A layout composable that places its children stacked over each other. You can use the align modifier to specify where the composable should be drawn.
Link copied to clipboard
@Composable
A layout composable that places its children in a vertical sequence.
Link copied to clipboard
@Composable
A layout composable that places its children in a horizontal sequence.