Skip to main content

grid_span_width

Function grid_span_width 

Source
pub(crate) fn grid_span_width(
    col_widths: &[i32],
    col_gap: i32,
    col: usize,
    col_span: usize,
) -> i32
Expand description

col から col_span 列ぶんの合計幅(内側の col_gap を含む)。