RenderSliverFillRemainingWithScrollable constructor

RenderSliverFillRemainingWithScrollable(
  1. {RenderBox? child}
)

Creates a RenderSliver that wraps a scrollable RenderBox which is sized to fit the remaining space in the viewport.

Implementation

RenderSliverFillRemainingWithScrollable({ super.child });