https://kotlinlang.org logo
#compose
Title
# compose
z

Zoltan Demant

11/01/2023, 1:22 PM
Is it okay to use the wrapping layout for content inside a
CompositionLocalProvider
?
Copy code
Column {
    CompositionLocalProvider(...){
        // Use ColumnScope, e.g. Modifier.weight(1f), etc.
    }
}
👌 2