-
@Stable() public final class BottomSheetNavigatorSheetStateThe state of a ModalBottomSheetLayout that the BottomSheetNavigator drives
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisVisibleprivate final ModalBottomSheetValuecurrentValueprivate final ModalBottomSheetValuetargetValue
-
Constructor Summary
Constructors Constructor Description BottomSheetNavigatorSheetState(ModalBottomSheetState sheetState)
-
Method Summary
Modifier and Type Method Description final BooleangetIsVisible()final ModalBottomSheetValuegetCurrentValue()final ModalBottomSheetValuegetTargetValue()-
-
Constructor Detail
-
BottomSheetNavigatorSheetState
BottomSheetNavigatorSheetState(ModalBottomSheetState sheetState)
- Parameters:
sheetState- The sheet state that is driven by the BottomSheetNavigator
-
-
Method Detail
-
getIsVisible
final Boolean getIsVisible()
-
getCurrentValue
final ModalBottomSheetValue getCurrentValue()
-
getTargetValue
final ModalBottomSheetValue getTargetValue()
-
-
-
-