rootElement property

Element? rootElement

The Element that is at the root of the element tree hierarchy.

This is initialized the first time runApp is called.

Implementation

Element? get rootElement => _rootElement;