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

ThreePaneScaffoldDestinationItem

An item representing a navigation destination in a ThreePaneScaffold.

Source set: Common
public class ThreePaneScaffoldDestinationItem<out T>(
    public val pane: ThreePaneScaffoldRole,
    public val contentKey: T? = null,
)

An item representing a navigation destination in a ThreePaneScaffold.

Parameters

pane the pane destination of the navigation.
contentKey the optional key or id representing the content of the destination. The type T must be storable in a Bundle.

Content updated: