How to get current item position / scrolling position in LazyColumnItems? Should I implement custom scrolling modifier?
I want to hold current item position while loading more data before (working on something like chat list with fetching old messages while scrolling to the edge) and need to know what position is (like in vertical scroller).