FlexRow

fun FlexRow(modifier: Modifier = Modifier, horizontalArrangement: Arrangement.Horizontal = Arrangement.Start, content: @Composable FlexRowLayoutScope.() -> Unit)

FlexRow allows items in a row to expand to fill the available height.

Any child with the crossAxisFlex() modifier will be constrained to the largest height of any child without crossAxisFlex() set. Children with crossAxisFlex() set are measured last.

Any child with the weight() modifier will be weighted similarly to the Row component

Any child with the mainAxisWidth modifier will be treated as a fixed width