BottomDrawerValue
Kotlin
|Java
enum class BottomDrawerValue
kotlin.Any | ||
↳ | kotlin.Enum<androidx.compose.material.BottomDrawerValue> | |
↳ | androidx.compose.material.BottomDrawerValue |
Possible values of BottomDrawerState.
Summary
Enum values | |
---|---|
The state of the bottom drawer when it is closed. |
|
The state of the bottom drawer when it is expanded (i. |
|
The state of the bottom drawer when it is open (i. |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|
Enum values
Expanded
enum val Expanded : BottomDrawerValue
The state of the bottom drawer when it is expanded (i.e. at 100% height).
Open
enum val Open : BottomDrawerValue
The state of the bottom drawer when it is open (i.e. at 50% height).