is it possible to listen to `lazyListState.firstVisibleItemIndex` value changes (and not `derivedSta...
m
is it possible to listen to
lazyListState.firstVisibleItemIndex
value changes (and not
derivedStateOf
) without causing recomposition? I need to keep track of that value for some changes on the UI
apparently yes, and I need to use snapshotFlow