Dart API Reference
dart:html
KeyboardEvent
KeyboardEvent
KeyboardEvent
constructor
KeyboardEvent
(
String
type
,
{
Window
view
,
bool
canBubble
:
true
,
bool
cancelable
:
true
,
int
keyLocation
:
1
,
bool
ctrlKey
:
false
,
bool
altKey
:
false
,
bool
shiftKey
:
false
,
bool
metaKey
:
false
}
)