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. |