Creates a sliver that fills the remaining space in the viewport.
const SliverFillRemaining({ Key key, Widget child, }) : super(key: key, child: child);