Box

@Composable
fun IComponent.Box(    modifier: Modifier = Modifier,     contentAlignment: Alignment = Alignment.TopStart,     content: @Composable BoxScope.() -> Unit)(source)

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.