ariaExpanded property
String?
get
ariaExpanded
Implementation
String? get ariaExpanded => js_util.getProperty(this, 'ariaExpanded');
set
ariaExpanded
(String? newValue)
Implementation
set ariaExpanded(String? newValue) {
js_util.setProperty(this, 'ariaExpanded', newValue);
}