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