BottomSheetValue
Kotlin
|Java
enum class BottomSheetValue
kotlin.Any | ||
↳ | kotlin.Enum<androidx.compose.material.BottomSheetValue> | |
↳ | androidx.compose.material.BottomSheetValue |
Possible values of BottomSheetState.
Summary
Enum values | |
---|---|
The bottom sheet is visible, but only showing its peek height. |
|
The bottom sheet is visible at its maximum height. |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|
Enum values
Collapsed
enum val Collapsed : BottomSheetValue
The bottom sheet is visible, but only showing its peek height.