text property

dynamic text

The text to display

Implementation

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

Implementation

set text(String text) {
  this._text = text;
}