ShortNavigationBarItemDefaults

Functions

Link copied to clipboard
@Composable
fun colors(): NavigationItemColors
@Composable
fun colors(selectedIconColor: Color = NavigationBarTokens.ItemActiveIconColor.value, selectedTextColor: Color = NavigationBarTokens.ItemActiveLabelTextColor.value, selectedIndicatorColor: Color = NavigationBarTokens.ItemActiveIndicatorColor.value, unselectedIconColor: Color = NavigationBarTokens.ItemInactiveIconColor.value, unselectedTextColor: Color = NavigationBarTokens.ItemInactiveLabelTextColor.value, disabledIconColor: Color = unselectedIconColor.copy(alpha = DisabledAlpha), disabledTextColor: Color = unselectedTextColor.copy(alpha = DisabledAlpha)): NavigationItemColors

Creates a NavigationItemColors with the provided colors according to the Material specification.