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

TextContextMenuComponent

A single component of a text context menu.

Source set: Common
public abstract class TextContextMenuComponent internal constructor(public val key: Any)

A single component of a text context menu.

Parameters

key A unique key that identifies this component, mainly for use in filtering a component in Modifier.filterTextContextMenuComponents. It is advisable to use a data object as a key here.