粘性头部与分组列表Sliver实现 Build a grouped list, which support expand/collapse section and sticky headers, support use it with sliver widget.
141
stars
27
forks
source link
Adding a separatorBuilder to the package's ListView example causes overlapping items #37
Closed
LewisHolliday closed 2 years ago
The argument passed to SliverExpandableChildDelegate:
separatorBuilder: (context, isHeader, index) { return Container(); },
Steps to reproduce:
Visual:
Tested on: Flutter 2.5.3, sticky_and_expandable_list: 1.0.2, Android phone and Chrome.