NavigationBarScope

Constructors

Link copied to clipboard
constructor(rowScope: PlatformRowScope)
constructor(elementScope: ElementScope<HTMLElement>)

Properties

Link copied to clipboard
val elementScope: ElementScope<HTMLElement>
Link copied to clipboard

Functions

Link copied to clipboard
expect fun NavigationBarScope.NavigationBarItem(selected: Boolean, onClick: () -> Unit, selectedIcon: @Composable (Modifier) -> Unit, unselectedIcon: @Composable (Modifier) -> Unit = selectedIcon, modifier: Modifier = Modifier, enabled: Boolean = true, label: String? = null, alwaysShowLabel: Boolean = true)
actual fun NavigationBarScope.NavigationBarItem(selected: Boolean, onClick: () -> Unit, selectedIcon: (Modifier) -> Unit, unselectedIcon: (Modifier) -> Unit, modifier: Modifier, enabled: Boolean, label: String?, alwaysShowLabel: Boolean)
actual fun NavigationBarScope.NavigationBarItem(selected: Boolean, onClick: () -> Unit, selectedIcon: (Modifier) -> Unit, unselectedIcon: (Modifier) -> Unit, modifier: Modifier, enabled: Boolean, label: String?, alwaysShowLabel: Boolean)
Link copied to clipboard
fun NavigationBarScope.NavigationBarItemWithMaterialIcons(selected: Boolean, onClick: () -> Unit, selectedIcon: Icon, unselectedIcon: Icon = selectedIcon, modifier: Modifier = Modifier, enabled: Boolean = true, label: String? = null, alwaysShowLabel: Boolean = true)