ModalBottomSheetNavigator
constructor(bottomSheetNavigatorState: StateFlow<BottomSheetNavigatorState?>, contentResultHandlers: List<NavHostResultHandler<*, *>> = emptyList(), sheetContentResultHandlers: List<NavHostResultHandler<*, *>> = emptyList(), navigationMapper: @Composable (Action) -> BottomSheetComposableNavSpec)
Parameters
Action
the type of NavigationAction this navigator should respond to.
bottomSheetNavigatorState
The BottomSheetNavigatorState controlling the routes.
contentResultHandlers
A list of NavHostResultHandler to be added to the content of this navigator.
sheetContentResultHandlers
A list of NavHostResultHandler to be added to the sheet content of this navigator.
navigationMapper
Maps Action to a BottomSheetComposableNavSpec to be navigated to.