menu
innerlibs
widget_ext.dart
KeyboardExtensions
isControlAlt method
isControlAlt
dark_mode
light_mode
isControlAlt
method
bool
isControlAlt
(
LogicalKeyboardKey
key
)
Implementation
bool isControlAlt(LogicalKeyboardKey key) => isControlPressed && isAltPressed && key == logicalKey;
innerlibs
widget_ext
KeyboardExtensions
isControlAlt method
KeyboardExtensions extension on
KeyEvent