🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ThreePaneScaffoldHorizontalOrder

Represents the horizontal order of panes in a ThreePaneScaffold from start to end.

Source set: Common
public class ThreePaneScaffoldHorizontalOrder internal constructor(
    internal val firstPane: ThreePaneScaffoldRole,
    internal val secondPane: ThreePaneScaffoldRole,
    internal val thirdPane: ThreePaneScaffoldRole,
) : PaneScaffoldHorizontalOrder<ThreePaneScaffoldRole>

Represents the horizontal order of panes in a ThreePaneScaffold from start to end. Currently this class only have two possible instances, i.e. ListDetailPaneScaffoldDefaults.PaneOrder and SupportingPaneScaffoldDefaults.PaneOrder, which will be used internally by ListDetailPaneScaffold and SupportingPaneScaffold respectively.

Properties

size

Source set: Common
public override val size: Int = 3

Functions

get

Source set: Common
public operator fun get(index: Int): ThreePaneScaffoldRole

Content updated: