List

expect fun List(modifier: Modifier = Modifier, content: ListScope.() -> Unit)(source)

On JS DOM, if there isn't a parent with a fixed height and you want the list height to be constraint to the available space of the parent instead of expanding the parent, set "position:relative;" on the parent element and use Modifier.matchPositionRelativeParentJsDom.

actual fun List(modifier: Modifier, content: ListScope.() -> Unit)(source)
actual fun List(modifier: Modifier, content: ListScope.() -> Unit)(source)