pub fn split_sizes(
area: LayoutRect,
orientation: Orientation,
weights: &[u16],
child_count: usize,
gap: u16,
) -> Vec<u16>Expand description
Extract the per-child dimension sizes from a split result.
pub fn split_sizes(
area: LayoutRect,
orientation: Orientation,
weights: &[u16],
child_count: usize,
gap: u16,
) -> Vec<u16>Extract the per-child dimension sizes from a split result.