menu
neomage package
documentation
state/app_state.dart
EditorState
getAction method
getAction method
dark_mode
light_mode
getAction
method
String
?
getAction
(
String
key
)
Implementation
String? getAction(String key) => customKeybindings[key];
neomage package
documentation
state/app_state
EditorState
getAction method
EditorState class