I have the following setup in futter as shown in the picture. The Scaffold->AppBar->TabBarView-> Than multiple tabs and in the first Tab a ListView for the chat.
I would like that the main AppBar is completely collapsing as long the user scrolls up. I am aware of the SliverAppBar in flutter but don't know how that would translate to this use case where I have multiple Tabs. When the user starts navigating to another tab the Appbar should simply show again and if the second Tab has also a ListView it should listen to that ListView.
