Source set: Common
class ThreePaneScaffoldDestinationItem<out T>(
val pane: ThreePaneScaffoldRole,
val content: T? = null,
)
An item representing a navigation destination in a ThreePaneScaffold.
Parameters
| pane | the pane destination of the navigation. |
| content | the optional content, or an id representing the content of the destination. The type T must be storable in a Bundle. |
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int
toString
Source set: Common
override fun toString(): String
Members
Companion
Source set: Common
companion object