Creates a proxy render box.
Proxy render boxes are rarely created directly because they simply proxy
the render box protocol to child. Instead, consider using one of the
subclasses.
Source
RenderProxyBox([RenderBox child = null]) {
this.child = child;
}