Source set: Common
public enum class BottomDrawerValue {
/** The state of the bottom drawer when it is closed. */
Closed,
/** The state of the bottom drawer when it is open (i.e. at 50% height). */
Open,
/** The state of the bottom drawer when it is expanded (i.e. at 100% height). */
Expanded,
}
Possible values of BottomDrawerState.
Members
Closed
Source set: Common
Closed
The state of the bottom drawer when it is closed.
Open
Source set: Common
Open
The state of the bottom drawer when it is open (i.e. at 50% height).
Expanded
Source set: Common
Expanded
The state of the bottom drawer when it is expanded (i.e. at 100% height).