Open
Description
File: com.example.compose.snippets.layouts.ConstraintLayoutSnippets.kt
fun DecoupledConstraintLayout() {
BoxWithConstraints {
val constraints = if (minWidth < 600.dp) {
decoupledConstraints(margin = 16.dp) // Portrait constraints
} else {
decoupledConstraints(margin = 32.dp) // Landscape constraints
}
Variable minWidth
should be maxWidth
Metadata
Metadata
Assignees
Labels
No labels