selectionStart property - TextAreaElement class - dart:html library (original) (raw)

description

int? getselectionStart

Implementation

int? get selectionStart native;

setselectionStart (int? value)

Implementation

set selectionStart(int? value) native;