Source
String get text => _text;
Source
set text(String value) { _text = value; _caretIndex = _text.length; _refreshPending |= 3; }
String get text => _text;
set text(String value) { _text = value; _caretIndex = _text.length; _refreshPending |= 3; }