I\'m new to flutter and I\'m not able to achieve the layout I want.
I have one sliverAppBar with 3 tabs. The content of one of the tabs has to be a ScrollView compound b
You can simply use SliverToBoxAdapter :
SliverToBoxAdapter( child: Container(..), )