flutter_sticky_headers icon indicating copy to clipboard operation
flutter_sticky_headers copied to clipboard

StickyHeaderBuilder vs StickyHeader

Open mehrdad-shokri opened this issue 5 years ago • 1 comments

I first thought StickyHeaderBuilder is a replacement for LisView.Builder but example app use it inside ListView.builder so what's the difference between these 2?

mehrdad-shokri avatar Jul 12 '20 08:07 mehrdad-shokri

I guess StickyHeaderBuilder is for use cases where header is dynamically changed(like it's color or size) according to scroll position

mehrdad-shokri avatar Jul 12 '20 08:07 mehrdad-shokri