ariaKeyShortcuts property

String? ariaKeyShortcuts

Implementation

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

Implementation

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