Suggestion for this layout
What is recommended layout for this my scenario. It would be great with some kind of builder because there can be many children. In version 0.4.1 I used countBuilder with itemBuilder and staggeredTileBuilder. Now I am confused what layout to use :)

Thanks for any advice
Do you have only one item taking the whole width? If it's the case I would split it into two widgets, the first one being a simple SliverToBoxAdapter wrapping the header, and the second one a SliverGrid.
Do you have only one item taking the whole width? If it's the case I would split it into two widgets, the first one being a simple
SliverToBoxAdapterwrapping the header, and the second one aSliverGrid.
Thanks for your answer and for this great library.