RenderBoxChildLayout constructor
RenderBoxChildLayout(
- RenderBox renderBox,
- RenderLayoutBox parent
Creates a child layout adapter for the given render box and parent.
Implementation
RenderBoxChildLayout(this.renderBox, this.parent);