alt property

String? get alt

Implementation

String? get alt => _getAttribute('alt');
set alt (String? value)

Implementation

set alt(String? value) {
  _setAttribute('alt', value);
}