The thing I want to layout is like this
Because I want the ListView scroll with outside , So I want to make the ListView to the SliverListView .
But this will make the error:
A RenderRepaintBoundary expected a child of type RenderBox but received a child of type RenderSliverList.
What's the best practice to do this kind of layout? do I have to change CustomScrollView to NestedScrollView?