RenderSliverFillRemainingAndOverscroll constructor
- RenderBox? child,
Creates a RenderSliver that wraps a non-scrollable RenderBox which is sized to fit the remaining space plus any overscroll in the viewport.
Implementation
RenderSliverFillRemainingAndOverscroll({ super.child });