RenderSliverScrollingPersistentHeader constructor
- RenderBox? child,
- OverScrollHeaderStretchConfiguration? stretchConfiguration,
Creates a sliver that shrinks when it hits the start of the viewport, then scrolls off.
Implementation
RenderSliverScrollingPersistentHeader({
super.child,
super.stretchConfiguration,
});