KeyEvent constructor
const
KeyEvent({})
Creates a KeyEvent.
Implementation
const KeyEvent({
required this.code,
this.char,
this.isShiftPressed = false,
this.isAltPressed = false,
this.isCtrlPressed = false,
this.isMetaPressed = false,
});