RenderSliverFillRemainingWithScrollable constructor Null safety
- {RenderBox? child}
Creates a RenderSliver that wraps a scrollable RenderBox which is sized to fit the remaining space in the viewport.
Implementation
RenderSliverFillRemainingWithScrollable({ RenderBox? child }) : super(child: child);