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

commonMain.io.github.lyxnx.compose.screenables.FoldOrientation.kt Maven / Gradle / Ivy

The newest version!
package io.github.lyxnx.compose.screenables

public enum class FoldOrientation {

    /**
     * Represents a fold that splits the screen vertically
     */
    VERTICAL,

    /**
     * Represents a fold that splits the screen horizontally
     */
    HORIZONTAL

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy