← Back to Compose UI
SelectionLayout
Component
in
Compose UI
. Since 0.1.0-dev15Overview
Examples
Community Notes
Selection is transparent in terms of measurement and layout and passes the same constraints to the children. @suppress
Overloads
SelectionLayout
@InternalTextApi
@Composable
fun SelectionLayout(modifier: Modifier = Modifier, children: @Composable () -> Unit)
Previous Component← SelectionHandleLayout
Next ComponentSimpleLayout →