expandAll method

void expandAll()

Expands every node in the tree.

Implementation

void expandAll() => expandSubtree(rootNode);