BottomSheetContentRouteController

constructor(provider: StateFlow<BottomSheetNavigatorState?>, parentRouteController: RouteController? = null)

Parameters

provider

The flow of BottomSheetNavigatorState where the BottomSheetNavigatorState.contentNavHostController is to be managed by this Route Controller

parentRouteController

An optional parent RouteController managing this controller.