CustomBottomSheetVisibility
data class CustomBottomSheetVisibility(val visibleHeightPx: Int = 0, val expandProgress: Float = 0.0f, val peekHeightPx: Int = 0)
Represents the visibility state of a custom bottom sheet.
Represents the visibility state of a custom bottom sheet.