text property

String text

Sets or retrieves the text string specified by the option tag.

MDN Reference

Implementation

_i2.String get text => _i4.getProperty(
      this,
      'text',
    );
void text=(String value)

Implementation

set text(_i2.String value) {
  _i4.setProperty(
    this,
    'text',
    value,
  );
}