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