pub fn span(
child: impl IntoUiNode,
span: impl IntoVar<(usize, usize)>,
) -> UiNodeExpand 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.