isModifierPressed method Null safety
- ModifierKey key,
- {KeyboardSide side = KeyboardSide.any}
Returns true if the given ModifierKey was pressed at the time of this event.
If side
is specified, then this restricts its check to the specified
side of the keyboard. Defaults to checking for the key being down on
either side of the keyboard. If there is only one instance of the key on
the keyboard, then side
is ignored.
Implementation
bool isModifierPressed(ModifierKey key, { KeyboardSide side = KeyboardSide.any });