commonMain.com.bselzer.ktx.compose.ui.layout.CompositionLocal.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-ui-layout-jvm Show documentation
Show all versions of compose-ui-layout-jvm Show documentation
Base extensions for laying out Compose Multiplatform UI.
package com.bselzer.ktx.compose.ui.layout
import androidx.compose.runtime.ProvidableCompositionLocal
import androidx.compose.runtime.compositionLocalOf
/**
* Provides the direction of orientation (vertical or horizontal) when layout out a composable.
*/
val LocalLayoutOrientation: ProvidableCompositionLocal = compositionLocalOf { LayoutOrientation.DEFAULT }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy