menu
omnyshell package
documentation
omnyshell_client_web.dart
KeyEvent
KeyEvent.new const constructor
KeyEvent.new const constructor
dark_mode
light_mode
KeyEvent
constructor
const
KeyEvent
(
KeyType
type
, {
int
?
rune
,
String
?
ctrl
,
})
Implementation
const KeyEvent(this.type, {this.rune, this.ctrl});
omnyshell package
documentation
omnyshell_client_web
KeyEvent
KeyEvent.new const constructor
KeyEvent class