String text

The text being drawn by the label.

Source

String get text => _text;
void text=(String text)

Source

set text(String text) {
  _text = text;
  _painter = null;
}