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