selectionStart property - TextAreaElement class - dart:html library (original) (raw)
int? getselectionStart
Implementation
int? get selectionStart native;
setselectionStart (int? value)
Implementation
set selectionStart(int? value) native;
int? getselectionStart
int? get selectionStart native;
setselectionStart (int? value)
set selectionStart(int? value) native;