selectedText property

String? selectedText

Selected text value.

Implementation

String? get selectedText {
  return _selectedText;
}