selectionStart property Null safety

int? selectionStart

Implementation

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

Implementation

set selectionStart(int? value);