ariaExpanded property

String? ariaExpanded

Implementation

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

Implementation

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