Is there currently any way to detect if an element is within the visible viewport?
g
glen rickard
06/02/2022, 7:27 AM
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