Is it possible to set the position of one composab...
# compose
a
Is it possible to set the position of one composable based on the position of another composable that is deeply nested somewhere else? Right now I am using
onGloballyPositioned
to store the position of the deeply nested composable in a proxy and reading it in the anchored composable but it seems to lag behind one frame. I guess the best way would be a subcompose layout, but due to the deep nesting of the “anchor” this does not seem to be straight forward.