collapse method
Collapses this node.
Implementation
void collapse({bool animate = true}) {
controller.collapse(key: key, animate: animate);
}
Collapses this node.
void collapse({bool animate = true}) {
controller.collapse(key: key, animate: animate);
}