Skip to main content

simple_layout

Function simple_layout 

Source
pub fn simple_layout(
    parent: LayoutNode,
    count: usize,
    style: &Style,
) -> Vec<LayoutNode>
Expand description

Lay out count children of equal size inside parent.