ariaPressed property

String? ariaPressed

Implementation

String? get ariaPressed => js_util.getProperty(this, 'ariaPressed');
void ariaPressed=(String? newValue)

Implementation

set ariaPressed(String? newValue) {
  js_util.setProperty(this, 'ariaPressed', newValue);
}