selectionStart property Null safety

int? selectionStart
override

Implementation

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

Implementation

set selectionStart(int? value) native;