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

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

There is a newer version: 7.0.0
Show newest version
package com.bselzer.ktx.compose.ui.layout.merge

import androidx.compose.runtime.Stable
import com.bselzer.ktx.compose.ui.layout.LayoutOrientation

class LayoutOrientationMerger : ComponentMerger {
    override val default: LayoutOrientation = Default

    companion object {
        @Stable
        val Default = LayoutOrientation.DEFAULT
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy