textSelectionDelegate property

TextSelectionDelegate? textSelectionDelegate

The object that controls the text selection, used by this render object for implementing cut, copy, and paste keyboard shortcuts.

It must not be null. It will make cut, copy and paste functionality work with the most recently set TextSelectionDelegate.

Implementation

TextSelectionDelegate? get textSelectionDelegate;