Composables UI is out: our new component library for Compose Multiplatform ->
Property

LocalLayoutDirection

The CompositionLocal to provide the layout direction.

Source set: Common
val LocalLayoutDirection =
staticCompositionLocalOf<LayoutDirection> { noLocalProvidedFor("LocalLayoutDirection") }

The CompositionLocal to provide the layout direction.

Last updated: