showTextSubstitution
Function
Common
fun SemanticsPropertyReceiver.showTextSubstitution(
label: String? = null,
action: ((Boolean) -> Boolean)?,
)
Action to show or hide the text substitution of this node.
Expected to be used on non-editable text.
Note, this action only takes effect when the node has the text substitution.
Parameters
label | Optional label for this action. |
action | Action to be performed when SemanticsActions.ShowTextSubstitution is called. |