ariaExpanded property
String?
get
ariaExpanded
Implementation
_i2.String? get ariaExpanded => _i4.getProperty(
this,
'ariaExpanded',
);
set
ariaExpanded
(String? value)
Implementation
set ariaExpanded(_i2.String? value) {
_i4.setProperty(
this,
'ariaExpanded',
value ?? _i6.undefined,
);
}