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.
Bottom sheet height will be fixed to the fraction of the screen height, between 0.5 and 1, inclusive.