KeyEvent constructor

KeyEvent({
  1. required RawKeyEvent rawEvent,
})

Implementation

KeyEvent({required this.rawEvent});