PlutoKeyManagerEvent class

Constructors

PlutoKeyManagerEvent({required FocusNode focusNode, required KeyEvent event})

Properties

event KeyEvent
getter/setter pair
focusNode FocusNode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAltPressed bool
no setter
isBackspace bool
no setter
isCharacter bool
no setter
isControl bool
no setter
isCtrlA bool
no setter
isCtrlC bool
no setter
isCtrlPressed bool
no setter
isCtrlV bool
no setter
isDown bool
no setter
isEnd bool
no setter
isEnter bool
no setter
isEsc bool
no setter
isF2 bool
no setter
isF3 bool
no setter
isF4 bool
no setter
isHome bool
no setter
isHorizontal bool
no setter
isKeyDownEvent bool
no setter
isKeyUpEvent bool
no setter
isLeft bool
no setter
isModifierPressed bool
no setter
isMoving bool
no setter
isPageDown bool
no setter
isPageUp bool
no setter
isRight bool
no setter
isShift bool
no setter
isShiftPressed bool
no setter
isTab bool
no setter
isUp bool
no setter
isVertical bool
no setter
needsThrottle bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited