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

description

int? getselectionStart

Implementation

int? get selectionStart;

setselectionStart (int? value)

Implementation

set selectionStart(int? value);