Package com. google. accompanist. navigation. material
Types
BottomSheetNavigator
Link copied to clipboard
class BottomSheetNavigator(sheetState: ModalBottomSheetState) : Navigator<BottomSheetNavigator.Destination>
Content copied to clipboard
Navigator that drives a ModalBottomSheetState for use of ModalBottomSheetLayouts with the navigation library.
BottomSheetNavigatorSheetState
Link copied to clipboard
@Stable()
Content copied to clipboard
ExperimentalMaterialNavigationApi
Link copied to clipboard
annotation class ExperimentalMaterialNavigationApi
Content copied to clipboard
Functions
bottomSheet
Link copied to clipboard
fun NavGraphBuilder.bottomSheet(route: String, arguments: List<NamedNavArgument> = emptyList(), deepLinks: List<NavDeepLink> = emptyList(), content: @Composable() ColumnScope.(backstackEntry: NavBackStackEntry) -> Unit)
Content copied to clipboard
ModalBottomSheetLayout
Link copied to clipboard
@Composable()
Content copied to clipboard
rememberBottomSheetNavigator
Link copied to clipboard
@Composable()
Content copied to clipboard
Create and remember a BottomSheetNavigator