Class

NavigationSuiteItemColors

Represents the colors of a NavigationSuiteScope.item.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
class NavigationSuiteItemColors(
    val navigationBarItemColors: NavigationBarItemColors,
    val navigationRailItemColors: NavigationRailItemColors,
    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