RenderProxyBox constructor

RenderProxyBox([
  1. RenderBox? child
])

Creates a RenderProxyBox.

Implementation

RenderProxyBox([RenderBox? child]) {
  this.child = child;
}