How to use PrimaryScrollController in HookWidget #339
-
I am using scrollControll by
But I have a case that I need use PrimaryScrollController. (tap status bar to trigger scroll-to-top)
Can it be used in HookWidget? Is there any best practice for this case ? |
Beta Was this translation helpful? Give feedback.
Answered by
rrousselGit
Jan 4, 2023
Replies: 1 comment
-
There shouldn't be an issue with using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dodatw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There shouldn't be an issue with using
PrimaryScrollController.of
inside HookWidgets.