menu
neomage package
documentation
ui/keybindings/keybinding_resolver.dart
KeybindingBlock
KeybindingBlock.new const constructor
KeybindingBlock.new const constructor
dark_mode
light_mode
KeybindingBlock
constructor
const
KeybindingBlock
(
{
required
String
context
,
required
Map
<
String
,
String
?
>
bindings
,
})
Implementation
const KeybindingBlock({required this.context, required this.bindings});
neomage package
documentation
ui/keybindings/keybinding_resolver
KeybindingBlock
KeybindingBlock.new const constructor
KeybindingBlock class