span

Function span 

Source
pub fn span(
    child: impl IntoUiNode,
    span: impl IntoVar<(usize, usize)>,
) -> UiNode
Expand description

P Cell column and row span.

Is (1, 1) by default.

This property sets the INFO_ID.

See also the column_span or row_span properties to bind each index individually.