expandAll method

void expandAll({
  1. bool animate = true,
})

Implementation

void expandAll({bool animate = true}) {
  _checkNotDisposed();
  _tree.expandAll(animate: animate);
}