Creates a new KeyboardEvent.
Source
KeyboardEvent(String type, bool bubbles, this.keyCode, this.keyLocation, this.altKey, this.ctrlKey, this.shiftKey): super(type, bubbles);
Creates a new KeyboardEvent.
KeyboardEvent(String type, bool bubbles, this.keyCode, this.keyLocation, this.altKey, this.ctrlKey, this.shiftKey): super(type, bubbles);