androidx.compose.material3.adaptive.navigation3

Interfaces

Classes

Composables

Top-level properties summary

ProvidableCompositionLocal<ListDetailSceneScope?>

Local provider of ListDetailSceneScope for NavEntrys which are displayed in a Material list-detail scaffold.

Cmn
ProvidableCompositionLocal<SupportingPaneSceneScope?>

Local provider of SupportingPaneSceneScope for NavEntrys which are displayed in a Material supporting pane scaffold.

Cmn

Top-level properties

@ExperimentalMaterial3AdaptiveApi
val LocalListDetailSceneScopeProvidableCompositionLocal<ListDetailSceneScope?>

Local provider of ListDetailSceneScope for NavEntrys which are displayed in a Material list-detail scaffold. If null, this means that ListDetailSceneStrategy is not the chosen strategy to display the current content.

LocalSupportingPaneSceneScope

@ExperimentalMaterial3AdaptiveApi
val LocalSupportingPaneSceneScopeProvidableCompositionLocal<SupportingPaneSceneScope?>

Local provider of SupportingPaneSceneScope for NavEntrys which are displayed in a Material supporting pane scaffold. If null, this means that SupportingPaneSceneStrategy is not the chosen strategy to display the current content.