Common
@NavDestination.ClassType(Composable::class)
public class Destination(
navigator: BottomSheetNavigator,
internal val content: @Composable ColumnScope.(NavBackStackEntry) -> Unit,
) : NavDestination(navigator), FloatingWindow
NavDestination specific to BottomSheetNavigator.
Parameters
| navigator | The navigator used to navigate to this destination |
| content | The content to be displayed for this destination |