Fixed

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.

Constructors

Link copied to clipboard
constructor(@FloatRange(from = 0.5, to = 1.0) fraction: Float)

Properties

Link copied to clipboard

Functions

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