Object

SupportingPaneScaffoldRole

The set of the available pane roles of SupportingPaneScaffold.

Source set: 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

Main

Source set: Android
val Main = ThreePaneScaffoldRole.Primary

The main pane of SupportingPaneScaffold. It is an alias of ThreePaneScaffoldRole.Primary.

Supporting

Source set: Android
val Supporting = ThreePaneScaffoldRole.Secondary

The supporting pane of SupportingPaneScaffold. It is an alias of ThreePaneScaffoldRole.Secondary.

Extra

Source set: Android
val Extra = ThreePaneScaffoldRole.Tertiary

The extra pane of SupportingPaneScaffold. It is an alias of ThreePaneScaffoldRole.Tertiary.

Last updated: