How to manage multiple ScrollView widgets using one useScrollController() hook? – Flutter
Flutter documentation for ScrollController has this paragraph: Scroll controllers are typically stored as member variables in State objects and are reused in each State.build. A single scroll controller can be used to control multiple scrollable widgets, but some operations, such…