KeyboardEvent constructor

KeyboardEvent({
  1. Close? close,
})

Implementation

KeyboardEvent({Close? close}) {
  this.close = close ?? () {};
}