alt property
String
get
alt
Sets or retrieves a text alternative to the graphic.
Implementation
_i2.String get alt => _i4.getProperty(
this,
'alt',
);
set
alt
(String value)
Implementation
set alt(_i2.String value) {
_i4.setProperty(
this,
'alt',
value,
);
}