KeyEvent constructor

const KeyEvent(
  1. KeyType type, {
  2. int? rune,
  3. String? ctrl,
})

Implementation

const KeyEvent(this.type, {this.rune, this.ctrl});