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

← Back to Foundation

SimpleLayout

Component
in
Foundation
. Since 1.0.0-alpha12

Overview

Code Examples

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

Overloads

SimpleLayout

@InternalTextApi // Used by TextField Selection from foundation
@Composable
fun SimpleLayout(modifier: Modifier = Modifier, content: @Composable () -> Unit)