menu
s_packages package
documentation
s_universal_html/src/_sdk/html.dart
Window
getSelection method
getSelection method
dark_mode
light_mode
getSelection
method
Selection
?
getSelection
(
)
Returns the currently selected text.
Other resources
Window.getSelection
from MDN.
Implementation
Selection? getSelection() => internalSelection;
s_packages package
documentation
s_universal_html/src/_sdk/html
Window
getSelection method
Window class