Package-level declarations

Types

Link copied to clipboard
@Serializable
data object AboutRoute

Serializable route object representing the about screen destination. Used for type-safe navigation.

Link copied to clipboard
@Serializable
data object MainRoute

Serializable route object representing the main screen destination. Used for type-safe navigation.

Link copied to clipboard
@Serializable
data object SettingsRoute

Serializable route object representing the settings screen destination. Used for type-safe navigation.

Link copied to clipboard

Represents top-level navigation destinations in the app.

Functions

Link copied to clipboard
fun FilesterNavHost(modifier: Modifier = Modifier, navController: NavHostController, snackbarHostState: SnackbarHostState)

Serves as the navigation host for the application.