renderObject property
The underlying RenderObject for this element.
If this element has been unmounted, this getter will throw.
Implementation
@override
ElRenderSecondChildBox get renderObject =>
super.renderObject as ElRenderSecondChildBox;
The underlying RenderObject for this element.
If this element has been unmounted, this getter will throw.
@override
ElRenderSecondChildBox get renderObject =>
super.renderObject as ElRenderSecondChildBox;