Key constructor
const
Key(})
Creates a key event.
Implementation
const Key(
this.type, {
this.runes = const [],
this.ctrl = false,
this.alt = false,
this.shift = false,
this.isRelease = false,
this.isRepeat = false,
});