pub const fn flex_row<Message>( children: Vec<Element<'_, Message>>, ) -> FlexRow<'_, Message>
Responsively generates rows of widgets based on the dimensions of its children.