KeyCode constructor
const
KeyCode({
- KeyCodeName name = KeyCodeName.none,
- String char = '',
- MediaKeyCode media = MediaKeyCode.none,
- ModifierKeyCode modifiers = ModifierKeyCode.none,
- int baseLayoutKey = 0,
Constructs a new instance of KeyCode.
Implementation
const KeyCode({
this.name = KeyCodeName.none,
this.char = '',
this.media = MediaKeyCode.none,
this.modifiers = ModifierKeyCode.none,
this.baseLayoutKey = 0,
});