Dart
dart:html
KeyEvent
shiftKey property
description
shiftKey property
bool
shiftKey
override
True if the shift key was pressed during this event.
Implementation
bool
get
shiftKey => _parent.shiftKey;