enableInteractiveSelection property

bool enableInteractiveSelection
final

If true, then long-pressing this TextField will select text and show the cut/copy/paste menu, and tapping will move the text caret.

True by default.

If false, most of the accessibility support for selecting text, copy and paste, and moving the caret will be disabled.

Implementation

final bool enableInteractiveSelection;