androidx.compose.material3.adaptive.navigation3
Interfaces
ListDetailSceneScope |
A scope used by a |
Cmn
|
SupportingPaneSceneScope |
A scope used by a |
Cmn
|
Classes
ListDetailSceneStrategy |
A |
Cmn
|
SupportingPaneSceneStrategy |
A |
Cmn
|
Composables
rememberListDetailSceneStrategy |
Creates and remembers a |
Cmn
|
rememberSupportingPaneSceneStrategy |
Creates and remembers a |
Cmn
|
Top-level properties summary
ProvidableCompositionLocal<ListDetailSceneScope?> |
Local provider of |
Cmn
|
ProvidableCompositionLocal<SupportingPaneSceneScope?> |
Local provider of |
Cmn
|
Top-level properties
LocalListDetailSceneScope
@ExperimentalMaterial3AdaptiveApi
val LocalListDetailSceneScope: ProvidableCompositionLocal<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 LocalSupportingPaneSceneScope: ProvidableCompositionLocal<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.