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

← Back to Compose UI

SelectionLayout

Component
in
Compose UI
. Since 0.1.0-dev15

Overview

Code Examples

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)