Function cosmic::widget::row::with_children

source ยท
pub fn with_children<Message>(
    children: Vec<Element<'_, Message>>,
) -> Row<'_, Message>
Expand description

A row that will be assigned a Vec of children.