selection property

  1. @override
String get selection
override

The currently selected text (empty when there is no selection).

Implementation

@override
String get selection => _term.getSelection();