🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

DrawerValue

States that the drawer can exist in.

Source set: Android
enum class DrawerValue {
    /** The state of the drawer when it is closed. */
    Closed,

    /** The state of the drawer when it is open. */
    Open,
}

States that the drawer can exist in.

Members

Closed

Source set: Android
Closed

The state of the drawer when it is closed.

Open

Source set: Android
Open

The state of the drawer when it is open.