How to handle status bar tap scroll on iOS with Flutter?

Viewed 1239

Knowing that using just a Scaffold as top of our widget tree will give us a PrimaryScrollController which results in a tap on status bar on iOS to automatically scroll to top, how you achieve it with a custom ScrollController?

If you have multiple scroll controllers and you want to delegate them with such feature, how do you do it? Seems like I’m only able to achieve it with PrimaryScrollController which is very limited when you need to handle more stuff.

0 Answers
Related