menu
termui package
documentation
terminal/event.dart
KeyEvent
KeyEvent.new const constructor
KeyEvent.new const constructor
dark_mode
light_mode
KeyEvent
constructor
const
KeyEvent
(
String
key
,
KeyType
type
, {
Set
<
Modifier
>
modifiers
=
const <Modifier>{}
,
})
Creates a
KeyEvent
.
Implementation
const KeyEvent(this.key, this.type, {this.modifiers = const <Modifier>{}});
termui package
documentation
terminal/event
KeyEvent
KeyEvent.new const constructor
KeyEvent class