sticky_headers library

Classes

RenderStickyHeader
RenderObject for StickyHeader widget.
Stick Header Widget
StickyHeaderBuilder
Sticky Header Builder Widget.

Typedefs

RenderStickyHeaderCallback = void Function(double stuckAmount)
Called every layout to provide the amount of stickyness a header is in. This lets the widgets animate their content and provide feedback.
StickyHeaderWidgetBuilder = Widget Function(BuildContext context, double stuckAmount)
Builder called during layout to allow the header's content to be animated or styled based on the amount of stickiness the header has.