I have an app that has a cart screen, in this screen I want to divide the ordered products according to their respective factories, so I want to use SliverAppBar
s and SliverList
s.
Now what I really need is to make a custom widget that can returns a SliverAppBar
and a SliverList
together so that I build this widget and get multiple SliverAppBar
s and SliverList
s.
Anyone knows how to do that?