pub fn with_children<'a, Message>( children: impl IntoIterator<Item = Element<'a, Message>>, ) -> Row<'a, Message>
A row that will be assigned an Iterator of children.
row
Iterator