expand method
Notifies TreeViewController to expand this node.
Implementation
void expand(BuildContext context) {
TreeView.of(context).controller.expandNode(node);
}
Notifies TreeViewController to expand this node.
void expand(BuildContext context) {
TreeView.of(context).controller.expandNode(node);
}