In a `LazyColumn` how can I get the offset on scre...
# compose
t
In a
LazyColumn
how can I get the offset on screen of a specific
item{}
when it’s displayed?
z
You can use onPlaced/onGloballyPositioned inside lazy list items.