KeyEvent constructor
const
KeyEvent({})
Creates a key event.
Implementation
const KeyEvent({
required this.sequence,
required this.key,
this.ctrl = false,
this.meta = false,
this.shift = false,
});
Creates a key event.
const KeyEvent({
required this.sequence,
required this.key,
this.ctrl = false,
this.meta = false,
this.shift = false,
});