selectionStart property Null safety

int? selectionStart

Implementation

int? get selectionStart native;
void selectionStart=(int? value)

Implementation

set selectionStart(int? value) native;