Start native apps faster with the Composables CLI ->
Class

NavigationSuiteScaffoldValue

Possible values of NavigationSuiteScaffoldState.

Source set: Common
public enum class NavigationSuiteScaffoldValue {
    /** The state of the navigation component of the scaffold when it's visible. */
    Visible,

    /** The state of the navigation component of the scaffold when it's hidden. */
    Hidden,
}

Possible values of NavigationSuiteScaffoldState.

Members

Visible

Source set: Common
Visible

The state of the navigation component of the scaffold when it's visible.

Hidden

Source set: Common
Hidden

The state of the navigation component of the scaffold when it's hidden.