The current text content.
String get text => _text;
Sets the text content.
set text(String v) { if (_text == v) return; _text = v; markNeedsLayout(); }