🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalLayoutDirection

The CompositionLocal to provide the layout direction.

Source set: Common
public val LocalLayoutDirection:
    ProvidableCompositionLocal<androidx.compose.ui.unit.LayoutDirection> =
    computedDefaultOf("LocalLayoutDirection") { LocalOwner.currentValue.layoutDirection }

The CompositionLocal to provide the layout direction.