bottomSheet

fun NavGraphBuilder.bottomSheet(route: String, arguments: List<NamedNavArgument> = emptyList(), deepLinks: List<NavDeepLink> = emptyList(), content: @Composable ColumnScope.(backstackEntry: NavBackStackEntry) -> Unit)

Add the content as bottom sheet content to the NavGraphBuilder

Parameters

route

route for the destination

arguments

list of arguments to associate with destination

deepLinks

list of deep links to associate with the destinations

content

the sheet content at the given destination