BottomSheetNavigator
sealed class BottomSheetNavigator<Action : NavigationAction<*>> : Navigator<Action> , ComposableLifecycleSubscribable
A Navigator managed by a BottomSheetRouteController.
Parameters
Action
the type of NavigationAction this navigator should respond to.
navigationMapper
A mapper that converts an Action handled by this navigator into a BottomSheetComposableNavSpec
Inheritors
Properties
Link copied to clipboard
override val modifier: @Composable BaseLifecycleViewModel.(@Composable BaseLifecycleViewModel.() -> Unit) -> Unit
This Composable modifier method transforms the View Builder associated with a BaseLifecycleViewModel to wrap the functionality of the subscribable.