NavigationSuiteScaffoldComponentOverrideContext


Parameters available to NavigationSuiteScaffold.

Summary

Public properties

Color

the color used for the background of the navigation suite scaffold, including the passed content composable.

Cmn
@Composable () -> Unit

the content of your screen

Cmn
Color

the preferred color to be used for typography and iconography within the passed in content lambda inside the navigation suite scaffold.

Cmn
NavigationSuiteType

the current NavigationSuiteType.

Cmn
Modifier

the Modifier to be applied to the navigation suite scaffold

Cmn
NavigationSuiteColors

NavigationSuiteColors that will be used to determine the container (background) color of the navigation component and the preferred color for content inside the navigation component

Cmn
NavigationSuiteScope.() -> Unit

the navigation items to be displayed

Cmn
NavigationSuiteScaffoldState

the NavigationSuiteScaffoldState of this navigation suite scaffold

Cmn

Public properties

containerColor

val containerColorColor

the color used for the background of the navigation suite scaffold, including the passed content composable. Use Color.Transparent to have no color

content

val content: @Composable () -> Unit

the content of your screen

contentColor

val contentColorColor

the preferred color to be used for typography and iconography within the passed in content lambda inside the navigation suite scaffold.

modifier

val modifierModifier

the Modifier to be applied to the navigation suite scaffold

val navigationSuiteColorsNavigationSuiteColors

NavigationSuiteColors that will be used to determine the container (background) color of the navigation component and the preferred color for content inside the navigation component

val navigationSuiteItemsNavigationSuiteScope.() -> Unit

the navigation items to be displayed

state

val stateNavigationSuiteScaffoldState

the NavigationSuiteScaffoldState of this navigation suite scaffold