Function sixtyfps_corelib::layout::box_layout_info
source · [−]pub fn box_layout_info(
cells: Slice<'_, BoxLayoutCellData>,
spacing: f32,
padding: &Padding,
alignment: LayoutAlignment
) -> LayoutInfo
Expand description
Return the LayoutInfo for a BoxLayout with the given cells.