BottomSheetNavigatorState
data class BottomSheetNavigatorState(val contentNavHostController: NavHostController, val sheetContentNavHostController: NavHostController, val sheetState: ModalBottomSheetState)
The State of a BottomSheetNavigator
Constructors
Link copied to clipboard
constructor(contentNavHostController: NavHostController, sheetContentNavHostController: NavHostController, sheetState: ModalBottomSheetState)
Properties
Link copied to clipboard
The NavHostController managing the content of the bottom sheet.
Link copied to clipboard
The NavHostController managing the sheet content of the bottom sheet.
Link copied to clipboard
The ModalBottomSheetState of the bottom sheet.