Join Slack
Powered by
If I add `.onGloballyPositioned` to the `Column` (...
# compose
d
dimsuz
06/29/2021, 5:56 PM
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?
2
Views
Open in Slack
Previous
Next