Start native apps faster with the Composables CLI ->
Class

NavigationSuiteColors

Represents the colors of a NavigationSuite.

Source set: Common
public class NavigationSuiteColors internal constructor(
    public val shortNavigationBarContainerColor: Color,
    public val shortNavigationBarContentColor: Color,
    public val wideNavigationRailColors: WideNavigationRailColors,
    public val navigationBarContainerColor: Color,
    public val navigationBarContentColor: Color,
    public val navigationRailContainerColor: Color,
    public val navigationRailContentColor: Color,
    public val navigationDrawerContainerColor: Color,
    public val navigationDrawerContentColor: Color,
)

Represents the colors of a NavigationSuite.

For specifics about each navigation component colors see NavigationBarDefaults, NavigationRailDefaults, and DrawerDefaults.

Parameters

shortNavigationBarContainerColor the container color for the ShortNavigationBar of the NavigationSuite
shortNavigationBarContentColor the content color for the ShortNavigationBar of the NavigationSuite
wideNavigationRailColors the WideNavigationRailColors for the WideNavigationRail of the NavigationSuite
navigationBarContainerColor the container color for the NavigationBar of the NavigationSuite
navigationBarContentColor the content color for the NavigationBar of the NavigationSuite
navigationRailContainerColor the container color for the NavigationRail of the NavigationSuite
navigationRailContentColor the content color for the NavigationRail of the NavigationSuite
navigationDrawerContainerColor the container color for the PermanentDrawerSheet of the NavigationSuite
navigationDrawerContentColor the content color for the PermanentDrawerSheet of the NavigationSuite