Row

@Composable
fun IComponent.Row(    modifier: Modifier = Modifier,     horizontalArrangement: Arrangement.Horizontal = Arrangement.Start,     verticalAlignment: Alignment.Vertical = Alignment.Top,     content: @Composable RowScope.() -> Unit)(source)

A layout composable that places its children in a horizontal sequence.