Package-level declarations

Types

Link copied to clipboard
data class NavItem(val screen: Screen, val badgeCountList: SnapshotStateList<*>? = null, val visible: State<Boolean> = mutableStateOf(true))
Link copied to clipboard
sealed class Screen

Used by NavItems for specifying the data of each item.

Functions

Link copied to clipboard
fun BackHandler(enabled: Boolean = true, onBack: () -> Unit)
Link copied to clipboard
fun RowScope.NavigationItem(pagerState: PagerState, item: NavItem, itemPosition: Int)
Link copied to clipboard
fun RowScope.Screens(pagerState: PagerState, screens: Collection<NavItem>, startingIndex: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard