renderViewElement property Null safety

Element? renderViewElement

The Element that is at the root of the hierarchy (and which wraps the RenderView object at the root of the rendering hierarchy).

This is initialized the first time runApp is called.

Implementation

Element? get renderViewElement => _renderViewElement;