Function taffy::prelude::layout_flexbox
source · pub fn layout_flexbox(
tree: &mut impl LayoutTree,
node: Node,
known_dimensions: Size<Option<f32>>,
parent_size: Size<Option<f32>>,
available_space: Size<AvailableSpace>,
sizing_mode: SizingMode
) -> SizeAndBaselines
Expand description
Apply the flexbox algorithm and recursively layout the specified node