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.