ariaLabel property

String? get ariaLabel

Implementation

String? get ariaLabel => js_util.getProperty(this, 'ariaLabel');
set ariaLabel (String? newValue)

Implementation

set ariaLabel(String? newValue) {
  js_util.setProperty(this, 'ariaLabel', newValue);
}