Is there currently any way to detect if an element...
# compose-desktop
c
Is there currently any way to detect if an element is within the visible viewport?
g
If you're using a LazyColumn/LazyRow component you can get information what elements are in the viewport in the form of visible indexes from LazyListLayoutInfo that you have in LazyListState