BottomSheetNavigatorSheetState

class BottomSheetNavigatorSheetState(sheetState: ModalBottomSheetState)

The state of a ModalBottomSheetLayout that the BottomSheetNavigator drives

Parameters

sheetState

The sheet state that is driven by the BottomSheetNavigator

Constructors

BottomSheetNavigatorSheetState
Link copied to clipboard
fun BottomSheetNavigatorSheetState(sheetState: ModalBottomSheetState)
The sheet state that is driven by the BottomSheetNavigator

Properties

currentValue
Link copied to clipboard
val currentValue: ModalBottomSheetValue
direction
Link copied to clipboard
val direction: Float
isVisible
Link copied to clipboard
val isVisible: Boolean
offset
Link copied to clipboard
val offset: State<Float>
overflow
Link copied to clipboard
val overflow: State<Float>
progress
Link copied to clipboard
val progress: SwipeProgress<ModalBottomSheetValue>
targetValue
Link copied to clipboard
val targetValue: ModalBottomSheetValue