shiftKey property
bool
get
shiftKey
The MouseEvent.shiftKey
read-only property is a boolean value that
indicates whether the shift key was pressed or not when a given
mouse event occurs.
Implementation
external bool get shiftKey;