cosmic::widget::row

Function 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.