The text to draw.
String get text => _text;
set text(String text) { if (_text == text) return; _text = text; _dirty = true; }