Alex Styl
08/24/2023, 7:33 AMif (horizontal) {
Row {
content()
}
} else {
Column {
content()
}
Alex Styl
08/24/2023, 7:33 AMeygraber
08/24/2023, 7:50 AMZoltan Demant
08/24/2023, 9:51 AMContainer
composable that did this under the hood. It worked great but plus1 for this in compose foundation.