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