selectionStart property

int? get selectionStart

Implementation

int? get selectionStart native;
set selectionStart (int? value)

Implementation

set selectionStart(int? value) native;