2
Help a new flutter man out!
(sh.itjust.works)
You could pass it up a level by having the ScrollController be a class property obtained thru the constructor, which the parent would then provide when calling the widget.
This gets unwieldy fast. That's where the state management solutions come in. From the pubspec.yaml, it seems Thunder uses Bloc for that. Look at the docs.
I'm looking into Bloc now, thanks!
Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC