keyboardEvent top-level property
dynamic
get
keyboardEvent
KeyboardEvent objects describe a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the keyboard.
Implementation
_i2.dynamic get keyboardEvent => _i4.getProperty(
_self,
'KeyboardEvent',
);