Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable content in your Flutter app. No special wrappers or magic required. Maintainer: @slightfoot
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.
In my use case (
Stack-[ListView, CustomAppBar]
) I want custom spacing with sticky headers inListView
, so this PR adds the "headerSpacing" field, which is the spacing between the sticky header and the starting position.