rootNode property

CNode? get rootNode

Returns the first node of the component (the root node).

Use after the component is loaded.

Implementation

CNode? get rootNode => _rootNode;