How do I allow users to select text from a Text widget?

Viewed 1017

On Android, I'm used to TextView's textIsSelectable attribute but I didn't see that in the Text docs.

Currently I'm using a TextField (editable) and not saving any changes to the displayed text. My primary need is to allow copy-paste.

1 Answers
Related