Anyone have a good idea on how to propagate the be...
# compose
n
Anyone have a good idea on how to propagate the below positionInParent() from a specific composeable up through e.g. 7-8 levels of parents, so you would know how a given child of child of… is positioned according to any level parent.
Copy code
Modifier.onGloballyPositioned {
it.positionInParent()
z
localPositionOf