RenderProxyBox constructor
RenderProxyBox([
- RenderBox? child
Adopts child through the authoritative single-render-child edge.
Implementation
RenderProxyBox([RenderBox? child]) {
setSingleRenderObjectChild(this, child);
}