widgets/sliver_sticky_collapsable_panel library

Classes

SliverStickyCollapsablePanel
A sliver that displays a header before its sliver and can allow click to collapse. The header scrolls off the viewport only when the sliver does.
SliverStickyCollapsablePanelState

Typedefs

ExpandCallback = void Function(bool isExpanded)
Callback used by SliverStickyCollapsablePanel to notify when the panel expand status change
HeaderBuilder = Widget Function(BuildContext context, SliverStickyCollapsablePanelStatus status)
Signature used by SliverStickyCollapsablePanel to build the header when the sticky header status has changed.