Package 

Class NavGraphBuilderKt

    • Method Detail

      • bottomSheet

        @Deprecated(message = Migrate to Androidx compose.material.navigation NavGraphBuilder.bottomSheet with the same parameters. To migrate, change import from com.google.accompanist.navigation.material.bottomSheet to androidx.compose.material.navigation.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 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