Height
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.