BottomSheetNavigator.Destination

@<Error class: unknown class>
class BottomSheetNavigator.Destination : NavDestination, FloatingWindow


NavDestination specific to BottomSheetNavigator.

Summary

Public constructors

Destination(
    navigator: BottomSheetNavigator,
    content: @Composable ColumnScope.(NavBackStackEntry) -> Unit
)

Inherited functions

Unit
addArgument(argumentName: String, argument: NavArgument)
Unit
addDeepLink(navDeepLink: NavDeepLink)
Unit
addDeepLink(uriPattern: String)
open Boolean
hasDeepLink(deepLink: NavUri)
open Boolean
hasDeepLink(deepLinkRequest: NavDeepLinkRequest)
Unit
removeArgument(argumentName: String)

Public constructors

Destination

Added in 1.7.0
Destination(
    navigator: BottomSheetNavigator,
    content: @Composable ColumnScope.(NavBackStackEntry) -> Unit
)
Parameters
navigator: BottomSheetNavigator

The navigator used to navigate to this destination

content: @Composable ColumnScope.(NavBackStackEntry) -> Unit

The content to be displayed for this destination