https://kotlinlang.org logo
#compose
Title
# compose
k

Kazemihabib1996

03/16/2020, 5:19 PM
Is there any way to print incoming constraints?
z

Zach Klippenstein (he/him) [MOD]

03/16/2020, 5:25 PM
Copy code
WithConstraints { constraints ->
    println(constraints)
    // Children
  }
👍 2
a

Adam Powell

03/18/2020, 12:03 AM
Note that wrapping this around more than one element will change the layout of those elements.
3 Views