expand method

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

Expands this node.

Implementation

void expand({bool animate = true}) {
  controller.expand(key: key, animate: animate);
}