Recursively toggle a node and descendants.
bool toggleNodeRecursive(String nodeId) => schematic.toggleNodeRecursive(nodeId);