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