PCanvasKeyEvent constructor
const
PCanvasKeyEvent(})
Implementation
const PCanvasKeyEvent(super.type, this.charCode, this.code, this.key,
this.ctrlKey, this.altKey, this.shiftKey, this.metaKey,
{PCanvasKeyEvent? parentEvent,
super.targetElement,
super.pCanvas,
super.nativeEvent})
: super(parentEvent: parentEvent);