Replies: 1 comment
-
This hasn't been implemented it. Ideally |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assuming I have a
ScrollArea
, and some content inside, what I want to do is trigger some code if the user tries to scroll past behind the bottom edge or the top edge. Is this possible? I have tried looking at howScrollArea
widget is implemented, but it'sState
isn't exposed to external consumers of the library; so I can't utilize it.Beta Was this translation helpful? Give feedback.
All reactions