Flutter
services
RawKeyEventDataLinux
isDown property
isDown
description
isDown
property
Null safety
bool
isDown
final
Whether or not this key event is a key down (true) or key up (false).
Implementation
final bool isDown;
Flutter
services
RawKeyEventDataLinux
isDown property
RawKeyEventDataLinux class
Constructors
RawKeyEventDataLinux
Properties
hashCode
isAltPressed
isControlPressed
isDown
isMetaPressed
isShiftPressed
keyCode
keyHelper
keyLabel
logicalKey
modifiers
modifiersPressed
physicalKey
runtimeType
scanCode
specifiedLogicalKey
unicodeScalarValues
Methods
debugFillProperties
getModifierSide
isModifierPressed
noSuchMethod
shouldDispatchEvent
toDiagnosticsNode
toString
toStringShort
Operators
operator ==