Class

BottomSheetNavigatorSheetState

The state of a ModalBottomSheetLayout that the BottomSheetNavigator drives

Source set: Common
public class BottomSheetNavigatorSheetState(private val sheetState: ModalBottomSheetState)

The state of a ModalBottomSheetLayout that the BottomSheetNavigator drives

Parameters

sheetState The sheet state that is driven by the BottomSheetNavigator

Properties

isVisible

Source set: Common
public val isVisible: Boolean

currentValue

Source set: Common
public val currentValue: ModalBottomSheetValue

targetValue

Source set: Common
public val targetValue: ModalBottomSheetValue

Last updated: