expand method

void expand(
  1. BuildContext context
)

Notifies TreeViewController to expand this node.

Implementation

void expand(BuildContext context) {
  TreeView.of(context).controller.expandNode(node);
}