Is there any compose equivalent to `addOnLayoutCha...
# compose
b
Is there any compose equivalent to
addOnLayoutChangeListener
? Specifically, I'd like to know what x/y/width/height was chosen for a given composable.
b
That doesn't include the position
But I found
Modifier.onGloballyPositioned
which does 🙂