how to implement a sliverAppBar with a tabBar
the flutter document show a demo for SliverAppBar + TabBar + TabBarView with ListView use NestedScrollView , and it's a bit complex, so I wonder is there a simply and clear way to implement it. I tried this: CustomScrollView slivers: SliverAPPBar bottom: TabBar TabBarView children: MyWidget(list or plain widget) got error: flutter: The following assertion was thrown building Scrollable(axisDirection: right, physics: flutter: A RenderViewport expected a child of type RenderSliver but received a child of type _RenderExcludableScrollSemantics. flutter: RenderObjects expect specific types of