renderBox property
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;
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.
final RenderBox renderBox;