Start native apps faster with the Composables CLI ->
Class

NavigationSuiteItemColors

Represents the colors of a NavigationSuiteScope.item.

Source set: Common
public class NavigationSuiteItemColors(
    public val navigationBarItemColors: NavigationBarItemColors,
    public val navigationRailItemColors: NavigationRailItemColors,
    public val navigationDrawerItemColors: NavigationDrawerItemColors,
)

Represents the colors of a NavigationSuiteScope.item.

For specifics about each navigation item colors see NavigationBarItemColors, NavigationRailItemColors, and NavigationDrawerItemColors.

Parameters

navigationBarItemColors the NavigationBarItemColors associated with the NavigationBarItem of the NavigationSuiteScope.item
navigationRailItemColors the NavigationRailItemColors associated with the NavigationRailItem of the NavigationSuiteScope.item
navigationDrawerItemColors the NavigationDrawerItemColors associated with the NavigationDrawerItem of the NavigationSuiteScope.item