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

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

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

enum class LayoutOrientation {
    DEFAULT,
    VERTICAL,
    HORIZONTAL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy