expandAll method

void expandAll()

Expands all parent TreeViewNodes in the tree.

Implementation

void expandAll() {
  assert(_state != null);
  _state!.expandAll();
}