Flutter ListViewBuilder Listile Header Text
I have a set of tabs, within one of the tabs i have a futurebuilder that has a listviewBuilder and ListTile. How do I add a header container/Sizedbox above the listtiles. I have tried adding columns, SingleChildScrollView, CustomScrollView with slivers…