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
pub fn compute_flexbox_layout(
tree: &mut impl LayoutFlexboxContainer,
node: NodeId,
inputs: LayoutInput,
) -> LayoutOutput
Computes the layout of a box according to the flexbox algorithm