Is there any way to print incoming constraints?
# compose
k
Is there any way to print incoming constraints?
z
Copy code
WithConstraints { constraints ->
    println(constraints)
    // Children
  }
👍 2
a
Note that wrapping this around more than one element will change the layout of those elements.