by @alexstyl
✉️ Leave your feedback

← Back to Compose UI

SelectionLayout

Component
in
Compose UI
. Since 0.1.0-dev15

Overview

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 ComponentSelectionHandleLayout
Next ComponentSimpleLayout