Height

sealed class Height : Parcelable

Specifies bottom sheet height.

Inheritors

Types

Link copied to clipboard
data class Fixed(@FloatRange(from = 0.5, to = 1.0) val fraction: Float) : POBottomSheetConfiguration.Height

Bottom sheet height will be fixed to the fraction of the screen height, between 0.5 and 1, inclusive.

Link copied to clipboard

Bottom sheet height will change dynamically to wrap its content.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)