menu
Dart
dart:html
KeyEvent
shiftKey property
shiftKey
brightness_4
brightness_5
description
shiftKey
property
bool
shiftKey
override
True if the shift key was pressed during this event.
Implementation
bool get shiftKey => _parent.shiftKey;
Dart
dart:html
KeyEvent
shiftKey property
KeyEvent class
Constructors
KeyEvent
wrap
Properties
altKey
bubbles
cancelable
charCode
code
composed
ctrlKey
currentTarget
defaultPrevented
detail
eventPhase
hashCode
isComposed
isComposing
isTrusted
key
keyCode
location
matchingTarget
metaKey
path
repeat
runtimeType
shiftKey
sourceCapabilities
target
timeStamp
type
view
which
wrapped
Methods
composedPath
getModifierState
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
Static properties
canUseDispatchEvent
keyDownEvent
keyPressEvent
keyUpEvent