textSelectionDelegate property

  1. @override
TextSelectionDelegate? textSelectionDelegate
getter/setter pairoverride-getter

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

@override
TextSelectionDelegate? textSelectionDelegate;