Package-level declarations

Types

Link copied to clipboard
sealed class BottomNavScreen

The class used to encapsulate the data needed to display screen information in the bottom bar of the home screen.

Link copied to clipboard
data class Icon(val selected: ImageVector, val unselected: ImageVector, val contentDescriptionStringID: Int)

The class that encapsulates data to display an icon with selectable states.

Link copied to clipboard
enum Route : Enum<Route>

Enum used to name the routes used to navigate between screens.

Link copied to clipboard
data class ScreenInfo(val title: String = "", val actions: @Composable RowScope.() -> Unit = {})

The data class containing information to populate the screen's toolbar.