KeyEvent constructor
KeyEvent(})
Implementation
KeyEvent(
super.type, {
required this.currentTarget,
super.charCode,
super.altKey,
super.canBubble,
super.cancelable,
super.ctrlKey,
super.keyCode,
super.location,
super.metaKey,
super.shiftKey,
super.view,
});