PinnedHeaderSliver constructor

const PinnedHeaderSliver({
  1. Key? key,
  2. Widget? child,
})

Creates a sliver whose Widget child appears at the top of a CustomScrollView.

Implementation

const PinnedHeaderSliver({
  super.key,
  super.child,
});