All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bselzer.ktx.compose.ui.layout.CompositionLocal.kt Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
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