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