rootElement property

Element? get rootElement
inherited

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;