Class

NavigationSuiteColors

Represents the colors of a NavigationSuite.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
class NavigationSuiteColors
internal constructor(
    val shortNavigationBarContainerColor: Color,
    val shortNavigationBarContentColor: Color,
    val wideNavigationRailColors: WideNavigationRailColors,
    val navigationBarContainerColor: Color,
    val navigationBarContentColor: Color,
    val navigationRailContainerColor: Color,
    val navigationRailContentColor: Color,
    val navigationDrawerContainerColor: Color,
    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