PinnedHeaderSliver constructor
Creates a sliver whose Widget child appears at the top of a CustomScrollView.
Implementation
const PinnedHeaderSliver({
super.key,
super.child,
});
Creates a sliver whose Widget child appears at the top of a CustomScrollView.
const PinnedHeaderSliver({
super.key,
super.child,
});