-
-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Labels
Description
I am using scrollControll by
final scrollController = useScrollController()
But I have a case that I need use PrimaryScrollController. (tap status bar to trigger scroll-to-top)
final scrollController = PrimaryScrollController.of(context);
Can it be used in HookWidget? Is there any best practice for this case ?