ariaLabel property

String? ariaLabel

Implementation

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

Implementation

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