getSelection method

  1. @override
String? getSelection(
  1. KeyedOption<K, T>? selectedOption
)
override

Gets the selected text that shows up in the

Implementation

@override
String? getSelection(KeyedOption<K, T>? selectedOption) =>
    selectedOption?.selection;