If I add `.onGloballyPositioned` to the `Column` (...
# compose
d
If I add
.onGloballyPositioned
to the
Column
(or other layout), will it be called after all its children are placed? Or the only guarantee is that current composable's position is finalized?