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