sliver property
Sliver widget that will be placed before SliverList with a content widgets.
Viewport(
slivers: [
sliver,
SliverList(children: content),
],
),
Implementation
final Widget? sliver;
Sliver widget that will be placed before SliverList with a content widgets.
Viewport(
slivers: [
sliver,
SliverList(children: content),
],
),
final Widget? sliver;