text property

String text

Implementation

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

Implementation

set text(String value) => this._text = value;