AdaptiveColumn

fun AdaptiveColumn(modifier: Modifier = Modifier, spacingBetween: Dp = 0.dp, content: @Composable () -> Unit)

An adaptive column for its children.

Workaround for autofill children layout dimensions, visit here.

Parameters

modifier

the Modifier to be applied to this layout.

spacingBetween

the spacing between the children, default is 0.dp.

content

the children content.