Source set: Common
public enum class DrawerValue {
/** The state of the drawer when it is closed. */
Closed,
/** The state of the drawer when it is open. */
Open,
}
Possible values of DrawerState.
Members
Closed
Source set: Common
Closed
The state of the drawer when it is closed.
Open
Source set: Common
Open
The state of the drawer when it is open.