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

cutText

Action to cut the text and copy it to the clipboard.

cutText

Source set: Common
public fun SemanticsPropertyReceiver.cutText(
    label: String? = null,
    action: (() -> Boolean)?,
): Unit

Action to cut the text and copy it to the clipboard.

Parameters

label Optional label for this action.
action Action to be performed when the SemanticsActions.CutText is called.

Content updated: