KeyboardEvent constructor
KeyboardEvent({
- Close? close,
Implementation
KeyboardEvent({Close? close}) {
this.close = close ?? () {};
}
KeyboardEvent({Close? close}) {
this.close = close ?? () {};
}