Albert Chang
02/02/2021, 8:15 AMScrollableController
for scrollable modifier? I'm trying to implement something similar to the PagerSnapHelper
of RecyclerView but found it difficult using FlingConfig
because I have to know current offset, page size, etc to calculate fling distance and if I implement it using FloatDecayAnimationSpec
then it can't be stateless.Smorg
02/26/2021, 8:40 AMAlbert Chang
02/26/2021, 8:45 AMAlbert Chang
02/26/2021, 8:45 AMSmorg
02/26/2021, 8:49 AM