NavigationSuiteScaffoldOverrideScope

@ExperimentalMaterial3AdaptiveComponentOverrideApi
class NavigationSuiteScaffoldOverrideScope


Parameters available to NavigationSuiteScaffold.

Summary

Public properties

Color

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

@Composable () -> Unit

the content of your screen

Color

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

NavigationSuiteType

the current NavigationSuiteType.

Modifier

the Modifier to be applied to the navigation suite scaffold

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

NavigationSuiteScope.() -> Unit

the navigation items to be displayed

NavigationSuiteScaffoldState

the NavigationSuiteScaffoldState of this navigation suite scaffold

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

Added in 1.5.0-alpha25
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

Added in 1.5.0-alpha25
val modifierModifier

the Modifier to be applied to the navigation suite scaffold

Added in 1.5.0-alpha25
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

Added in 1.5.0-alpha25
val navigationSuiteItemsNavigationSuiteScope.() -> Unit

the navigation items to be displayed

state

Added in 1.5.0-alpha25
val stateNavigationSuiteScaffoldState

the NavigationSuiteScaffoldState of this navigation suite scaffold