pub fn compute_hidden_layout(
    tree: &mut (impl LayoutPartialTree + CacheTree),
    node: NodeId,
) -> LayoutOutputExpand description
Creates a layout for this node and its children, recursively. Each hidden node has zero size and is placed at the origin