ariaExpanded property

String? ariaExpanded

Implementation

_i2.String? get ariaExpanded => _i4.getProperty(
      this,
      'ariaExpanded',
    );
void ariaExpanded=(String? value)

Implementation

set ariaExpanded(_i2.String? value) {
  _i4.setProperty(
    this,
    'ariaExpanded',
    value ?? _i6.undefined,
  );
}