flutter_sticky_headers
flutter_sticky_headers copied to clipboard
Add header spacing & stuckAmount as optional
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.