How to place StickyGroupListView inside SingleChildScrollView on Flutter?

108 Views Asked by At

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 ?

0

There are 0 best solutions below