Android
@ExperimentalMaterial3AdaptiveApi
object SupportingPaneScaffoldRole
The set of the available pane roles of SupportingPaneScaffold. Basically those values are aliases of ThreePaneScaffoldRole. We suggest you to use the values defined here instead of the raw ThreePaneScaffoldRole under the context of SupportingPaneScaffold for better code clarity.
Properties
Android
val Main = ThreePaneScaffoldRole.Primary
The main pane of SupportingPaneScaffold. It is an alias of ThreePaneScaffoldRole.Primary.
Android
val Supporting = ThreePaneScaffoldRole.Secondary
The supporting pane of SupportingPaneScaffold. It is an alias of ThreePaneScaffoldRole.Secondary.
Android
val Extra = ThreePaneScaffoldRole.Tertiary
The extra pane of SupportingPaneScaffold. It is an alias of ThreePaneScaffoldRole.Tertiary.