Source set: Common
public enum class BottomSheetValue {
/** The bottom sheet is visible, but only showing its peek height. */
Collapsed,
/** The bottom sheet is visible at its maximum height. */
Expanded,
}
Possible values of BottomSheetState.
Members
Collapsed
Source set: Common
Collapsed
The bottom sheet is visible, but only showing its peek height.
Expanded
Source set: Common
Expanded
The bottom sheet is visible at its maximum height.