RenderSliverLoading constructor
RenderSliverLoading({})
Implementation
RenderSliverLoading({
RenderBox? child,
this.mode,
double? layoutExtent,
bool? hasLayoutExtent,
this.shouldFollowContent,
this.hideWhenNotFull,
}) {
_hasLayoutExtent = hasLayoutExtent;
this.layoutExtent = layoutExtent;
this.child = child;
}