Is it possible to slow down the duration of the fl...
# compose
k
Is it possible to slow down the duration of the fling in LazyColumn? It's scrolling to fast and to much if I do fast swipe.
v
yes, you can provide
flingBehavior
to LazyColumn
you will have to write your own implementation of the interface though