expandAll method
Expands all parent TreeSliverNodes in the tree.
Implementation
void expandAll() {
assert(_state != null);
_state!.expandAll();
}
Expands all parent TreeSliverNodes in the tree.
void expandAll() {
assert(_state != null);
_state!.expandAll();
}