Fixed
Status Update
Comments
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com> #2
Thanks! This looks like a bug, thank you for reporting!
pr...@google.com <pr...@google.com> #3
I would also recommend setting the value to 10%. When you do that, the behavior is wild.
Dragging up to 10% or between 50% and 90% will cause it to snap back to the start anchor.
Dragging between 10% and 50% or past 90% will cause it to snap to the end anchor.
Dragging up to 10% or between 50% and 90% will cause it to snap back to the start anchor.
Dragging between 10% and 50% or past 90% will cause it to snap to the end anchor.
Description
Currently, `Modifier.verticalScroll` (as well as its horizontal counterpart) always passes to `scrollable` the default `OverscrollEffect` defined in `ScrollableDefaults` - allowing for this to be overridden via an optional argument would greatly cut down on the code duplication that currently ensues from re-implementing the vertical scroll just to apply a different `OverscrollEffect`.