alt property

String alt

Sets or retrieves a text alternative to the graphic.

MDN Reference

Implementation

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

Implementation

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