text property
The text to display
Implementation
get text => this._text;
Implementation
set text(String text) {
this._text = text;
}
The text to display
get text => this._text;
set text(String text) {
this._text = text;
}