Jonathan
12/12/2024, 5:34 PMFlowRow
not offer the ability to vertically center children on the same line/row?Ulf
12/16/2024, 9:52 AMRow
you would set verticalAlignment
, but for FlowRow
you should set Modifier.align(Alignment.CenterVertically)
on each item instead
https://developer.android.com/develop/ui/compose/layouts/flow#individual-item