SliverFillRemaining constructor

const SliverFillRemaining({Key key, Widget child })

Creates a sliver that fills the remaining space in the viewport.

Implementation

const SliverFillRemaining({
  Key key,
  Widget child,
}) : super(key: key, child: child);