Current text value.
String get text => _text;
set text(String value) { if (_text == value) return; _text = value; _notifyListeners(); }