-
public final class NavGraphBuilderKt
-
-
Method Summary
Modifier and Type Method Description final static UnitbottomSheet(NavGraphBuilder $self, String route, List<NamedNavArgument> arguments, List<NavDeepLink> deepLinks, Function2<ColumnScope, NavBackStackEntry, Unit> content)Add the content as bottom sheet content to the NavGraphBuilder -
-
Method Detail
-
bottomSheet
final static Unit bottomSheet(NavGraphBuilder $self, String route, List<NamedNavArgument> arguments, List<NavDeepLink> deepLinks, Function2<ColumnScope, NavBackStackEntry, Unit> content)
Add the content as bottom sheet content to the NavGraphBuilder
- Parameters:
route- route for the destinationarguments- list of arguments to associate with destinationdeepLinks- list of deep links to associate with the destinationscontent- the sheet content at the given destination
-
-
-
-