NavigationSuiteScaffoldDefaults


Contains the default values used by the NavigationSuiteScaffold.

Summary

Public functions

NavigationSuiteType

Returns the standard NavigationSuiteType according to the provided WindowAdaptiveInfo.

Cmn
NavigationSuiteType

Returns the recommended NavigationSuiteType according to the provided WindowAdaptiveInfo, following the Material specifications.

Cmn

Public properties

Color

Default container color for a navigation suite scaffold.

Cmn
Color

Default content color for a navigation suite scaffold.

Cmn
Alignment.Horizontal

Default primary action content alignment for a navigation suite scaffold.

Cmn

Public functions

calculateFromAdaptiveInfo

fun calculateFromAdaptiveInfo(adaptiveInfo: WindowAdaptiveInfo): NavigationSuiteType

Returns the standard NavigationSuiteType according to the provided WindowAdaptiveInfo. Usually used with the NavigationSuiteScaffold and related APIs.

Note: It's recommended to use navigationSuiteType instead of this function, as that one offers extended and preferred types.

Parameters
adaptiveInfo: WindowAdaptiveInfo

the provided WindowAdaptiveInfo

fun navigationSuiteType(adaptiveInfo: WindowAdaptiveInfo): NavigationSuiteType

Returns the recommended NavigationSuiteType according to the provided WindowAdaptiveInfo, following the Material specifications. Usually used with the NavigationSuiteScaffold and related APIs.

Parameters
adaptiveInfo: WindowAdaptiveInfo

the provided WindowAdaptiveInfo

Public properties

containerColor

val containerColorColor

Default container color for a navigation suite scaffold.

contentColor

val contentColorColor

Default content color for a navigation suite scaffold.

primaryActionContentAlignment

val primaryActionContentAlignmentAlignment.Horizontal

Default primary action content alignment for a navigation suite scaffold.