Searched refs:sheetHeightState (Results 1 – 1 of 1) sorted by relevance
326 val sheetHeightState = remember { mutableStateOf<Float?>(null) } in ModalBottomSheetLayout() constant372 .bottomSheetSwipeable(sheetState, fullHeight, sheetHeightState) in ModalBottomSheetLayout()374 sheetHeightState.value = it.size.height.toFloat() in ModalBottomSheetLayout()418 sheetHeightState: State<Float?> in bottomSheetSwipeable()420 val sheetHeight = sheetHeightState.value in bottomSheetSwipeable()