Function with_children

Source
pub fn with_children<'a, Message>(
    children: impl IntoIterator<Item = Element<'a, Message>>,
) -> Column<'a, Message>
Expand description

A [column] that will be assigned an Iterator of children.