compute_flexbox_layout

Function compute_flexbox_layout 

Source
pub fn compute_flexbox_layout(
    tree: &mut impl LayoutFlexboxContainer,
    node: NodeId,
    inputs: LayoutInput,
) -> LayoutOutput
Expand description

Computes the layout of a box according to the flexbox algorithm