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