BottomSheetSheetContentNavHostComposableNavigator
constructor(bottomSheetNavigator: StateFlow<BottomSheetNavigatorState?>, resultHandlers: List<NavHostResultHandler<*, *>> = emptyList(), navigationMapper: @Composable (Action) -> ComposableNavSpec)
Parameters
Action
the type of NavigationAction this navigator should respond to.
bottomSheetNavigator
The flow of BottomSheetNavigatorState to manage this navigator
resultHandlers
The NavHostResultHandler to add to this navigator.
navigationMapper
Maps Action to a ComposableNavSpec to be navigated to.