textSelectionDelegate property
getter/setter pair
The object that controls the text selection, used by this render object for implementing cut, copy, and paste keyboard shortcuts.
It will make cut, copy and paste functionality work with the most recently set TextSelectionDelegate.
Implementation
TextSelectionDelegate textSelectionDelegate;