Source set: Common
public val LocalLayoutDirection:
ProvidableCompositionLocal<androidx.compose.ui.unit.LayoutDirection> =
computedDefaultOf("LocalLayoutDirection") { LocalOwner.currentValue.layoutDirection }
The CompositionLocal to provide the layout direction.