Dimibe / sticky_grouped_list

A ScrollablePositionedList in which items can be grouped into sections with sticky headers.
https://pub.dev/packages/sticky_grouped_list
MIT License
184 stars 71 forks source link

add paddingTop above the fixed header #54

Open kimiaki704 opened 1 year ago

kimiaki704 commented 1 year ago

Hi,

I want to apply the same paddingTop as GroupedList to the fixed header.

For example, a case where I want to make AppBar transparent and expand GroupedList to the entire screen.

Therefore, I add padding at line 281, and so I have adjusted the switching timing of the fixed headers.