SliverFillRemaining constructor Null safety
Creates a sliver that fills the remaining space in the viewport.
Implementation
const SliverFillRemaining({
super.key,
this.child,
this.hasScrollBody = true,
this.fillOverscroll = false,
}) : assert(hasScrollBody != null),
assert(fillOverscroll != null);