I have a widget tree like this: <b/r>
SingleChildScrollView
Column
Container
StickyGroupedListView
The problem is that data inside StickyGroupedListView is not display on screen, only blank white screen. If I remove SingleChildScrollView, the list is display perfectly. How to make it work with SingleChildScrollView ?