is there anyway to get an arbitrary scroll amount ...
# compose
c
is there anyway to get an arbitrary scroll amount from a LazyGrid/LazyColumn? I'm trying to implement a collapsing toolbar that should contract and expand based on scroll direction of a Lazy container that is scrolled beneath it. Right now I'm using the state object to get firstVisibleIndex/ScrollOffset but I need to be smart which I want to avoid doing myself.