ariaPressed property

String? ariaPressed

Implementation

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

Implementation

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