Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable content in your Flutter app. No special wrappers or magic required. Maintainer: @slightfoot
I have a listview and I would like to have a sticky header only on certain rows. However, when I do this the sticky header scrolls off as soon as the next non header row comes into view. Is this type of scenario supported at all?
I have a listview and I would like to have a sticky header only on certain rows. However, when I do this the sticky header scrolls off as soon as the next non header row comes into view. Is this type of scenario supported at all?