https://kotlinlang.org logo
#compose
Title
# compose
t

Tony Kazanjian

03/01/2021, 9:03 PM
Are there any examples of how to implement an auto-scrolling mechanism within a Modifier's
.scrollable()
, or else, y'know, anywhere? Looks like I would need a custom implementation of
ScrollableState
interface for the modifier
2 Views