renderBox property

RenderBox renderBox
final

The render box to place in the widget tree.

This widget takes ownership of the render object. When it is unmounted, it also calls RenderObject.dispose.

Implementation

final RenderBox renderBox;