KeyEvent constructor

const KeyEvent(
  1. KeyEventType type, [
  2. String? char
])

Implementation

const KeyEvent(this.type, [this.char]);