Compose Unstyled 2.0 is out! Check the official announcement blog ->
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: