text property

String text
override

The text shown as the confirmation popup title

Implementation

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

Implementation

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