RenderProxyBox constructor

RenderProxyBox([
  1. RenderBox? child
])

Adopts child through the authoritative single-render-child edge.

Implementation

RenderProxyBox([RenderBox? child]) {
  setSingleRenderObjectChild(this, child);
}