KeyEvent constructor
KeyEvent(
- KeyEventType type,
- LogicalKey logicalKey,
- PhysicalKey physicalKey, {
- bool synthesized = false,
Implementation
KeyEvent(this.type, this.logicalKey, this.physicalKey,
{this.synthesized = false});