fluttercommunity / flutter_sticky_headers

Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable content in your Flutter app. No special wrappers or magic required. Maintainer: @slightfoot
https://pub.dev/packages/sticky_headers
MIT License
1.1k stars 129 forks source link

Add header spacing & stuckAmount as optional #80

Open hwh97 opened 10 months ago

hwh97 commented 10 months ago

In my use case (Stack-[ListView, CustomAppBar]) I want custom spacing with sticky headers in ListView, so this PR adds the "headerSpacing" field, which is the spacing between the sticky header and the starting position.