selectionDirection property - TextAreaElement class - dart:html library (original) (raw)
String? getselectionDirection
Implementation
String? get selectionDirection native;
setselectionDirection (String? value)
Implementation
set selectionDirection(String? value) native;