State of Compose 2023 results are in! Click here to learn more

← Back to Compose UI

SimpleLayout

Component
in
Compose UI
. Since 1.0.0-alpha06

Overview

Code Examples

Selection is transparent in terms of measurement and layout and passes the same constraints to the children. @suppress

Overloads

SimpleLayout

@InternalTextApi
@Composable
fun SimpleLayout(modifier: Modifier = Modifier, content: @Composable () -> Unit)